From 70d23403f9a45fcb0747cdd173ca03df8a4773aa Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Wed, 18 Feb 2015 19:14:00 -0600 Subject: [PATCH] Add a til to vim about Quick File Info. --- vim/quick-file-info.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vim/quick-file-info.md diff --git a/vim/quick-file-info.md b/vim/quick-file-info.md new file mode 100644 index 0000000..a930d9d --- /dev/null +++ b/vim/quick-file-info.md @@ -0,0 +1,5 @@ +# 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`.