Added more quickfix shortcuts
This commit is contained in:
parent
e88147c40c
commit
f01b81aa14
1 changed files with 8 additions and 4 deletions
8
.vimrc
8
.vimrc
|
|
@ -636,8 +636,11 @@ endif
|
||||||
"nmap <Leader>cwc :cclose<CR>
|
"nmap <Leader>cwc :cclose<CR>
|
||||||
"nmap <Leader>cwo :botright copen 5<CR><C-w>p
|
"nmap <Leader>cwo :botright copen 5<CR><C-w>p
|
||||||
"nmap <Leader>cn :cnext<CR>
|
"nmap <Leader>cn :cnext<CR>
|
||||||
nmap - :cnext<CR>
|
|
||||||
"nmap <Leader>cp :cprevious<CR>
|
"nmap <Leader>cp :cprevious<CR>
|
||||||
|
nmap - :cnext<CR>
|
||||||
|
nmap _ :cprev<CR>
|
||||||
|
nmap <C--> :colder<CR>
|
||||||
|
nmap <C-_> :cnewer<CR>
|
||||||
|
|
||||||
" Make S-up/down do gk/gj {{{2
|
" Make S-up/down do gk/gj {{{2
|
||||||
inoremap <S-Up> <C-o>gk
|
inoremap <S-Up> <C-o>gk
|
||||||
|
|
@ -1111,7 +1114,7 @@ endif
|
||||||
" }}}1
|
" }}}1
|
||||||
|
|
||||||
"-----------------------------------------------------------------------
|
"-----------------------------------------------------------------------
|
||||||
" final commands
|
" final commands (clean this cruft up -- don't add more here)
|
||||||
"-----------------------------------------------------------------------
|
"-----------------------------------------------------------------------
|
||||||
" {{{1
|
" {{{1
|
||||||
|
|
||||||
|
|
@ -1172,6 +1175,7 @@ nnoremap :B :b
|
||||||
noremap <Leader>rg :color relaxedgreen<CR>
|
noremap <Leader>rg :color relaxedgreen<CR>
|
||||||
noremap <Leader>ip :color inkpot<CR>
|
noremap <Leader>ip :color inkpot<CR>
|
||||||
noremap <Leader>ir :color ir_black<CR>
|
noremap <Leader>ir :color ir_black<CR>
|
||||||
|
noremap <Leader>mv :color macvim<CR>:set background=light<CR>
|
||||||
map <Leader>f :FufFile<CR>
|
map <Leader>f :FufFile<CR>
|
||||||
map <Leader>b :FufBuffer<CR>
|
map <Leader>b :FufBuffer<CR>
|
||||||
map <Leader>c :FufDir<CR>
|
map <Leader>c :FufDir<CR>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue