From 5b2a04a49958886b65fb02d052342631327b7bb7 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 5 Jul 2016 19:35:24 +0100 Subject: [PATCH] Change l to use :BLines --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index e31ac19..9ab4b04 100644 --- a/vimrc +++ b/vimrc @@ -115,7 +115,7 @@ exec 'nmap f :Files ' nmap g :GitFiles exec 'nmap a :Ag ' nmap b :Buffers -nmap l :Lines +nmap l :BLines nmap c :Commits nmap h :Helptags nmap s :Snippets