diff options
author | Camil Staps | 2016-10-21 15:23:25 +0200 |
---|---|---|
committer | Camil Staps | 2016-11-30 19:11:44 +0100 |
commit | 3bc16633c116f572cb531be17aa4ab023e352a27 (patch) | |
tree | e1e39bd513b65d8a40efe92179846053ab701bff /vim | |
parent | Docker all the things (diff) |
Map \s to syn sync fromstart
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vimrc.symlink | 2 |
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 |