From 71ca7bfbd985b3d487903492ef204a36dc8200c3 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Tue, 12 Sep 2023 22:20:49 +0200 Subject: [PATCH] vim: dont open fzf fullscreen --- files/vim/.vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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