aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2016-10-21 15:23:25 +0200
committerCamil Staps2016-11-30 19:11:44 +0100
commit3bc16633c116f572cb531be17aa4ab023e352a27 (patch)
treee1e39bd513b65d8a40efe92179846053ab701bff
parentDocker all the things (diff)
Map \s to syn sync fromstart
-rw-r--r--vim/vimrc.symlink2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink
index 6ecee67..181c060 100644
--- a/vim/vimrc.symlink
+++ b/vim/vimrc.symlink
@@ -55,6 +55,8 @@ highlight SpellLocal cterm=underline,bold ctermfg=black ctermbg=blue
highlight SpellRare cterm=underline,bold ctermfg=black ctermbg=white
highlight ColorColumn ctermfg=black ctermbg=yellow
+map <LocalLeader>s :syn sync fromstart<CR>
+
" Move through long lines as they were short multiple lines
map j gj
map <down> j