aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorCamil Staps2016-09-20 22:18:00 +0200
committerCamil Staps2016-11-30 19:11:44 +0100
commit10ca21365b388bd6fdbe54632b0a5638bb1b3e2a (patch)
tree3e7056e0939e67dcc8ee993bf1d172b5106b4d08 /vim
parentAdded vim-surround (diff)
Vim: move through long wrapped lines intuitively
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