aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc.symlink2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink
index 43197a4..4d91032 100644
--- a/vim/vimrc.symlink
+++ b/vim/vimrc.symlink
@@ -52,7 +52,9 @@ highlight SpellRare cterm=underline,bold ctermfg=black ctermbg=white
" Move through long lines as they were short multiple lines
map j gj
+map <down> j
map k gk
+map <up> k
filetype plugin indent on
syntax enable