mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 23:28:02 +00:00
6 lines
226 B
Markdown
6 lines
226 B
Markdown
# Quick File Info
|
|
|
|
If you are browsing a directory with vim (e.g. `vim .`) and you want to
|
|
see information about a file such as the *last modification date* and *file
|
|
size*, move your cursor to that file's name and type `qf`.
|