From 6f6365a37e6893a6fc81e9313411fca58a123d1d Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Wed, 25 Nov 2020 21:32:24 -0800 Subject: [PATCH] Add :Lines --- .vim/keymaps.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/keymaps.vim b/.vim/keymaps.vim index 566e803..4314d5d 100644 --- a/.vim/keymaps.vim +++ b/.vim/keymaps.vim @@ -48,6 +48,7 @@ nnoremap ff :Files ~ nnoremap fh :History nnoremap fc :BCommits nnoremap fb :Buffers +nnoremap fl :Lines " vim-argwrap nnoremap a :ArgWrap