From fffca69bd24491cd335d4142e2d1fcafcafc1170 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sun, 24 May 2020 17:10:29 +0200 Subject: update tab mgmnt keys --- .vim/vimrc | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.vim/vimrc b/.vim/vimrc index e733edc..b283825 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -60,19 +60,18 @@ nmap :e . nnoremap @=(foldlevel('.')?'za':"\") vnoremap zf -au filetype c* nmap :Make -au filetype sh nmap :Runbuffer -au filetype python nmap :Runbuffer +au filetype c* nmap :Make +au filetype sh nmap :Runbuffer +au filetype python nmap :Runbuffer + +nmap :Newterm "nmap :NERDTreeToggle "nmap :TlistToggle -nmap :Newterm "Tab mgmt -nmap :tabclose -nmap :tabprevious -nmap :tabnext -nmap :tabnew:e . +nmap gc :tabclose +nmap gn :tabnew:e . " =========== -- cgit v1.2.3