zsh and nvim
This commit is contained in:
7
.config/nvim/plugconfig/vim-fzf.vim
Normal file
7
.config/nvim/plugconfig/vim-fzf.vim
Normal file
@ -0,0 +1,7 @@
|
||||
nnoremap <A-g> :GFiles<CR>
|
||||
nnoremap <A-z> :Files<CR>
|
||||
|
||||
command! -bang -nargs=? -complete=dir Files
|
||||
\ call fzf#vim#files(<q-args>, {'options': ['--preview', 'preview {}']}, <bang>0)
|
||||
command! -bang -nargs=? -complete=dir GFiles
|
||||
\ call fzf#vim#gitfiles(<q-args>, {'options': ['--preview', 'preview {}']}, <bang>0)
|
||||
Reference in New Issue
Block a user