From 3bc16633c116f572cb531be17aa4ab023e352a27 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 21 Oct 2016 15:23:25 +0200 Subject: Map \s to syn sync fromstart --- vim/vimrc.symlink | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vim/vimrc.symlink') 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 s :syn sync fromstart + " Move through long lines as they were short multiple lines map j gj map j -- cgit v1.2.3