Add more things for search
This commit is contained in:
2
nvim.vim
2
nvim.vim
@@ -42,6 +42,8 @@ Plug 'junegunn/fzf.vim'
|
|||||||
map <C-p> :FZF<CR>
|
map <C-p> :FZF<CR>
|
||||||
map <Leader>g :GFiles?<CR>
|
map <Leader>g :GFiles?<CR>
|
||||||
map <Leader>c :BCommits<CR>
|
map <Leader>c :BCommits<CR>
|
||||||
|
map <Leader>/ :exec 'BLines' expand('<cword>')<CR>
|
||||||
|
map <Leader>? :exec 'Lines' expand('<cword>')<CR>
|
||||||
|
|
||||||
Plug 'tpope/vim-fugitive'
|
Plug 'tpope/vim-fugitive'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user