diff options
-rw-r--r-- | .vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -213,3 +213,6 @@ Plug 'junegunn/fzf.vim' call plug#end() " }}} +" {{{ commands +:command -nargs=+ Ggr execute 'silent Ggrep!' <q-args> | cw | redraw!" +" }}} |
index : vim.git | ||
vim configuration | Tobias Klauser |
summaryrefslogtreecommitdiff |
-rw-r--r-- | .vimrc | 3 |
@@ -213,3 +213,6 @@ Plug 'junegunn/fzf.vim' call plug#end() " }}} +" {{{ commands +:command -nargs=+ Ggr execute 'silent Ggrep!' <q-args> | cw | redraw!" +" }}} |