diff options
Diffstat (limited to 'vimrc')
| -rwxr-xr-x | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ runtime! macros/matchit.vim highlight Keyword cterm=italic " FZF config -set rtp+=/usr/local/opt/fzf +set rtp+=$FZF_VIM_PATH " Inserts the path of the currently edited file into a command noremap <C-P> :FZF <CR> |