map ,f to QNameFileInit() for all files under the current directory

This commit is contained in:
Josh Holtrop 2013-11-20 10:56:48 -05:00
parent 8ad81ecf2b
commit e17cce7083

1
vimrc
View File

@ -84,6 +84,7 @@ nnoremap <Leader>s m`:%s/\v\s+$//<CR>``
nnoremap <Leader>w :tab :tag <C-R><C-W><CR> nnoremap <Leader>w :tab :tag <C-R><C-W><CR>
" re-indent the following line how vim would automatically do it " re-indent the following line how vim would automatically do it
nnoremap <Leader>j Ji<CR><Esc> nnoremap <Leader>j Ji<CR><Esc>
nmap <Leader>f :call QNameFileInit(".", "", 1)<CR>:~
nnoremap <C-N> :cnext<CR> nnoremap <C-N> :cnext<CR>
nnoremap <C-P> :cprev<CR> nnoremap <C-P> :cprev<CR>