summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index a97779a..8bdb6a5 100644
--- a/.vimrc
+++ b/.vimrc
@@ -213,3 +213,6 @@ Plug 'junegunn/fzf.vim'
call plug#end()
" }}}
+" {{{ commands
+:command -nargs=+ Ggr execute 'silent Ggrep!' <q-args> | cw | redraw!"
+" }}}