From 6a8c75537ef8b5134b0fdd9fafddcc22e4daf3b8 Mon Sep 17 00:00:00 2001 From: oreodave Date: Sat, 13 Jul 2019 09:42:01 +0100 Subject: Made a project header and put keybinds there --- vimrc | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/vimrc b/vimrc index f05b744..f334519 100755 --- a/vimrc +++ b/vimrc @@ -125,12 +125,11 @@ nnoremap wh " Searches nnoremap ss :BLines -nnoremap sf :Lines +nnoremap sf :Ag nnoremap st :BTags -nnoremap tt :Tags -nnoremap ff :Files - - " Nerd Tree Config -nnoremap tt :NERDTreeToggle -nnoremap tf :NERDTreeFocus +nnoremap ff :Files + " Projects +nnoremap pf :Files +nnoremap pt :NERDTreeToggle +nnoremap pg :Tags -- cgit v1.2.3-13-gbd6f