diff options
Diffstat (limited to 'plug-config/fzf.vim')
-rw-r--r-- | plug-config/fzf.vim | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plug-config/fzf.vim b/plug-config/fzf.vim index 0e95a46f..c7ad00a2 100644 --- a/plug-config/fzf.vim +++ b/plug-config/fzf.vim @@ -10,11 +10,11 @@ let g:fzf_action = { " explicitly bind the keys to down and up in your $FZF_DEFAULT_OPTS. let g:fzf_history_dir = '~/.local/share/fzf-history' -map <C-f> :Files<CR> -map <leader>b :Buffers<CR> -nnoremap <leader>g :Rg<CR> -nnoremap <leader>t :Tags<CR> -nnoremap <leader>m :Marks<CR> +" map <C-f> :Files<CR> +" map <leader>b :Buffers<CR> +" nnoremap <leader>g :Rg<CR> +" nnoremap <leader>t :Tags<CR> +" nnoremap <leader>m :Marks<CR> let g:fzf_tags_command = 'ctags -R' |