From e17cce7083d18a41bff4a8d9f8f51fdf8d346394 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Wed, 20 Nov 2013 10:56:48 -0500 Subject: [PATCH] map ,f to QNameFileInit() for all files under the current directory --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 19d7d10..8769472 100644 --- a/vimrc +++ b/vimrc @@ -84,6 +84,7 @@ nnoremap s m`:%s/\v\s+$//`` nnoremap w :tab :tag " re-indent the following line how vim would automatically do it nnoremap j Ji +nmap f :call QNameFileInit(".", "", 1):~ nnoremap :cnext nnoremap :cprev