From ba100dbb72fb37c2ada97f2ee2a5ba3489eca134 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 18 Oct 2020 16:09:03 +0200 Subject: vimrc fix --- .vimrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.vimrc b/.vimrc index c948af6..0062d0c 100644 --- a/.vimrc +++ b/.vimrc @@ -65,7 +65,6 @@ colorscheme gruvbox-material " Some quick bindings nnoremap c "_c -nnoremap g :G nnoremap :call NERDComment(0,"toggle") nnoremap : nnoremap :! @@ -81,10 +80,11 @@ nnoremap 1 o nnoremap 2 :sp nnoremap 3 :vsp nnoremap 0 q -nnoremap d :Vifm +nnoremap g :G +nnoremap d :Vifm +nnoremap e :Files +nnoremap b :Buffers nnoremap s :w -nnoremap e :Files -nnoremap b :Buffers nnoremap w :w :bp :bd # nnoremap x :w :bp :bd # nmap 1 AirlineSelectTab1 @@ -137,7 +137,7 @@ let g:sidebars = { noremap :spj:term:resize -10i noremap :call sidebar#toggle('nerdtree') -noremap :make-j5 +noremap :make-j5 noremap :call sidebar#toggle('tagbar') noremap :call sidebar#toggle('undotree') let g:startify_session_before_save = ['call sidebar#close_all()'] -- cgit v1.2.3