From e5588b61416e9dc9a84c0dd4dcd454daa7f2b424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20=C5=81uszczek?= Date: Wed, 28 Jun 2017 00:03:42 +0200 Subject: [PATCH] Add more things for search --- nvim.vim | 2 ++ 1 file changed, 2 insertions(+) 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'