update aliases bench and task

This commit is contained in:
Barak Michener 2014-09-11 15:20:03 -04:00
parent 8e74da7b16
commit 74e2886998
5 changed files with 36 additions and 5 deletions

4
.vimrc
View file

@ -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.