diff --git a/vim/vimrc b/vim/vimrc index 97af497..2dacdfe 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -250,7 +250,7 @@ endfu " Commands -------------------------------------------------------------------| " Find -com -nargs=+ -complete=file -bar Gr silent! grep! ""|cwindow +com -nargs=+ -complete=file -bar Gr silent! grep! "" | cwindow " Write (sudo) com W execute 'w !sudo tee > /dev/null %' | edit!