Update 2024-09-26 16:53 Linux/x86_64-ld5587
This commit is contained in:
parent
049b98506e
commit
0c2771e758
19
.vim/vimrc
19
.vim/vimrc
@ -138,14 +138,13 @@ highlight VertSplit ctermfg=1 ctermbg=0
|
|||||||
" let &t_SI = "\e[6 q" " insert mode: ibeam cursor
|
" let &t_SI = "\e[6 q" " insert mode: ibeam cursor
|
||||||
" let &t_EI = "\e[2 q" " normal mode: block cursor
|
" let &t_EI = "\e[2 q" " normal mode: block cursor
|
||||||
|
|
||||||
" TAB NAVIGATION
|
" Buffer NAVIGATION
|
||||||
set tabpagemax=25 " allowed max tabs (10)
|
map :bnext<CR>
|
||||||
inoremap [5^ <Esc>:tabn<CR> " Strg+PgUp: Next tab
|
imap :bnext<CR>
|
||||||
nnoremap [5^ :tabn<CR>
|
nmap :bnext<CR>
|
||||||
inoremap [6^ <Esc>:tabp<CR> " Strg+PgDown: Previous tab
|
map :bprevious<CR>
|
||||||
nnoremap [6^ :tabp<CR>
|
imap :bprevious<CR>
|
||||||
inoremap <Esc>:tabnew<CR> " Strg+T: New tab
|
nmap :bprevious<CR>
|
||||||
nnoremap :tabnew<CR>
|
|
||||||
|
|
||||||
" TMUX FIXES
|
" TMUX FIXES
|
||||||
map [1;2B <PageDown>
|
map [1;2B <PageDown>
|
||||||
@ -231,8 +230,8 @@ if has("cscope")
|
|||||||
endfunction
|
endfunction
|
||||||
endif
|
endif
|
||||||
|
|
||||||
nmap :cnext<CR>
|
" nmap :cnext<CR>
|
||||||
nmap :cprevious<CR>
|
" nmap :cprevious<CR>
|
||||||
nmap :execute "grep " . expand("<cword>")<CR><CR>
|
nmap :execute "grep " . expand("<cword>")<CR><CR>
|
||||||
|
|
||||||
nmap mm :make<CR><CR><CR>
|
nmap mm :make<CR><CR><CR>
|
||||||
|
Loading…
Reference in New Issue
Block a user