Add more things for search

This commit is contained in:
2017-06-28 00:03:42 +02:00
parent 66deb0d27c
commit e5588b6141

View File

@@ -42,6 +42,8 @@ Plug 'junegunn/fzf.vim'
map <C-p> :FZF<CR>
map <Leader>g :GFiles?<CR>
map <Leader>c :BCommits<CR>
map <Leader>/ :exec 'BLines' expand('<cword>')<CR>
map <Leader>? :exec 'Lines' expand('<cword>')<CR>
Plug 'tpope/vim-fugitive'