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_EI = "\e[2 q" " normal mode: block cursor
|
||||
|
||||
" TAB NAVIGATION
|
||||
set tabpagemax=25 " allowed max tabs (10)
|
||||
inoremap [5^ <Esc>:tabn<CR> " Strg+PgUp: Next tab
|
||||
nnoremap [5^ :tabn<CR>
|
||||
inoremap [6^ <Esc>:tabp<CR> " Strg+PgDown: Previous tab
|
||||
nnoremap [6^ :tabp<CR>
|
||||
inoremap <Esc>:tabnew<CR> " Strg+T: New tab
|
||||
nnoremap :tabnew<CR>
|
||||
" Buffer NAVIGATION
|
||||
map :bnext<CR>
|
||||
imap :bnext<CR>
|
||||
nmap :bnext<CR>
|
||||
map :bprevious<CR>
|
||||
imap :bprevious<CR>
|
||||
nmap :bprevious<CR>
|
||||
|
||||
" TMUX FIXES
|
||||
map [1;2B <PageDown>
|
||||
@ -231,8 +230,8 @@ if has("cscope")
|
||||
endfunction
|
||||
endif
|
||||
|
||||
nmap :cnext<CR>
|
||||
nmap :cprevious<CR>
|
||||
" nmap :cnext<CR>
|
||||
" nmap :cprevious<CR>
|
||||
nmap :execute "grep " . expand("<cword>")<CR><CR>
|
||||
|
||||
nmap mm :make<CR><CR><CR>
|
||||
|
Loading…
Reference in New Issue
Block a user