aboutsummaryrefslogtreecommitdiff
path: root/vim/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vimrc')
-rw-r--r--vim/.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 9b9c4bb..144dba7 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -35,6 +35,8 @@ nnoremap <C-right> gt
nnoremap <A-left> <C-W>h
nnoremap <A-right> <C-W>l
+nnoremap <A-up> <C-W>k
+nnoremap <A-down> <C-W>j
nmap <Left> <<
nmap <Right> >>