Added vim-grepper for git grep

This commit is contained in:
Claudio Maggioni 2019-01-03 17:47:04 +01:00
parent d9d9e898e5
commit 799a4fd415
3 changed files with 7 additions and 0 deletions

3
.gitmodules vendored
View File

@ -25,3 +25,6 @@
[submodule "pack/plugins/start/i3config.vim"]
path = pack/plugins/start/i3config.vim
url = https://github.com/mboughaba/i3config.vim.git
[submodule "pack/plugins/start/vim-grepper"]
path = pack/plugins/start/vim-grepper
url = https://github.com/mhinz/vim-grepper.git

View File

@ -67,6 +67,9 @@ noremap <F2> :let @/ = ""<CR>
" Use "," as leader
let mapleader = ","
" Git grep with Leader g
nnoremap <Leader>g :Grepper -tool git<CR>
" Switch between Windows with: Leader w
nnoremap <Leader>w <C-w><C-w>

@ -0,0 +1 @@
Subproject commit 9b62e6bdd9de9fe027363bbde68e9e32d937cfa0