update aliases bench and task
This commit is contained in:
parent
8e74da7b16
commit
74e2886998
5 changed files with 36 additions and 5 deletions
4
.vimrc
4
.vimrc
|
|
@ -494,6 +494,8 @@ nnoremap <C-j> <C-w>j
|
|||
nnoremap <C-k> <C-w>k
|
||||
nnoremap <C-l> <C-w>l
|
||||
nnoremap <C-h> <C-w>h
|
||||
"nnoremap <C-j> <C-w>w
|
||||
"nnoremap <C-k> <C-w>W
|
||||
inoremap <C-j> <C-w>j
|
||||
inoremap <C-k> <C-w>k
|
||||
inoremap <C-l> <C-w>l
|
||||
|
|
@ -510,6 +512,8 @@ inoremap jj <Esc>
|
|||
" Leader key functions
|
||||
" See quickfix.
|
||||
nnoremap <Leader>ff :QFix<CR>
|
||||
" See quickfix.
|
||||
nnoremap <Leader>ss :SyntasticSetLoclist<CR>
|
||||
" Next quickfix.
|
||||
nnoremap <Leader>fn :cnext<CR>
|
||||
" Prev quickfix.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue