diff --git a/files/vim/.vimrc b/files/vim/.vimrc index c3a2a9a..b56352f 100644 --- a/files/vim/.vimrc +++ b/files/vim/.vimrc @@ -137,7 +137,7 @@ cabbrev mktex latexmk -xelatex -shell-escape cabbrev vs vsplit " search files via fzf -map :Files! +map :Files " search in git tracked files with git-grep(1) command! -bang -nargs=* GGrep @@ -145,7 +145,7 @@ command! -bang -nargs=* GGrep \ 'git grep --line-number -- '.shellescape(), 0, \ fzf#vim#with_preview(), 0) if has("linux") - map :GGrep! + map :GGrep else " for some reason, openbsd doesnt like fzf live commands map :GGrep