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