diff --git a/nvim.vim b/nvim.vim index 3bee4ac..45bebb4 100644 --- a/nvim.vim +++ b/nvim.vim @@ -42,6 +42,8 @@ Plug 'junegunn/fzf.vim' map :FZF map g :GFiles? map c :BCommits +map / :exec 'BLines' expand('') +map ? :exec 'Lines' expand('') Plug 'tpope/vim-fugitive'