aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-04-29 15:59:52 +0200
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-04-29 15:59:52 +0200
commit3c57c34772db2e961700d6899bb16935e5b97802 (patch)
tree281e3f30d9404652d1ef33ad39fede1d4e372067
parent970f6c0e1d9b62faeea983d219ff64bbe95edf60 (diff)
downloaddotfiles-3c57c34772db2e961700d6899bb16935e5b97802.tar.gz
dotfiles-3c57c34772db2e961700d6899bb16935e5b97802.tar.bz2
dotfiles-3c57c34772db2e961700d6899bb16935e5b97802.zip
Added <C-[hjkl]> to move between splits
-rw-r--r--vim/.vimrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index b377615..2e30251 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -30,6 +30,11 @@ function! AppendModeline()
30endfunction 30endfunction
31nnoremap <silent> <Leader>ml :call AppendModeline()<CR> 31nnoremap <silent> <Leader>ml :call AppendModeline()<CR>
32 32
33map <C-J> <C-W>j
34map <C-K> <C-W>k
35map <C-H> <C-W>h
36map <C-L> <C-W>l
37
33noremap <Up> "" 38noremap <Up> ""
34noremap! <Up> <Esc> 39noremap! <Up> <Esc>
35noremap <Down> "" 40noremap <Down> ""