From 0c2771e758299e650aac9dc2ca93525015adab47 Mon Sep 17 00:00:00 2001 From: c0dev0id Date: Thu, 26 Sep 2024 16:53:03 +0200 Subject: [PATCH] Update 2024-09-26 16:53 Linux/x86_64-ld5587 --- .vim/vimrc | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.vim/vimrc b/.vim/vimrc index 68cc853..b2d6242 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -138,14 +138,13 @@ highlight VertSplit ctermfg=1 ctermbg=0 " let &t_SI = "\e[6 q" " insert mode: ibeam cursor " let &t_EI = "\e[2 q" " normal mode: block cursor -" TAB NAVIGATION -set tabpagemax=25 " allowed max tabs (10) -inoremap [5^ :tabn " Strg+PgUp: Next tab -nnoremap [5^ :tabn -inoremap [6^ :tabp " Strg+PgDown: Previous tab -nnoremap [6^ :tabp -inoremap  :tabnew " Strg+T: New tab -nnoremap  :tabnew +" Buffer NAVIGATION +map  :bnext +imap  :bnext +nmap  :bnext +map  :bprevious +imap  :bprevious +nmap  :bprevious " TMUX FIXES map  @@ -231,8 +230,8 @@ if has("cscope") endfunction endif -nmap  :cnext -nmap  :cprevious +" nmap  :cnext +" nmap  :cprevious nmap  :execute "grep " . expand("") nmap mm :make