From 46e754ed2153f2736a2fc8e750ad4c32cef5d874 Mon Sep 17 00:00:00 2001 From: oreodave Date: Mon, 4 Nov 2019 16:39:57 +0000 Subject: ~bindings for files ff -> :Files . fF -> :Files (input) --- vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index d65a13b..e289dea 100755 --- a/vimrc +++ b/vimrc @@ -101,6 +101,7 @@ nnoremap : "" File Management nnoremap fr :e! +nnoremap ff :Files . nnoremap fs :w nnoremap fq :wq nnoremap fn :enew @@ -133,7 +134,7 @@ nnoremap // :BLines nnoremap /a :Ag nnoremap /r :Rg nnoremap /t :BTags -nnoremap ff :Files +nnoremap fF :Files "" Projects nnoremap pf :Files -- cgit v1.2.3-13-gbd6f