diff options
author | neodarz <corentin.breton@fullsave.com> | 2020-06-26 11:33:59 +0200 |
---|---|---|
committer | neodarz <corentin.breton@fullsave.com> | 2020-06-26 11:33:59 +0200 |
commit | 8f9b4f6e2c1ea06308889d24da65ea6ccb2bb1de (patch) | |
tree | 73563534f2790433a8f21be0c0148b0848b0fd79 /dotfiles/cheat | |
parent | 9fedeab50203e04a88d7fa94b6f7329c4f9c22ae (diff) | |
download | dotfiles_dotdrop-8f9b4f6e2c1ea06308889d24da65ea6ccb2bb1de.tar.xz dotfiles_dotdrop-8f9b4f6e2c1ea06308889d24da65ea6ccb2bb1de.zip |
Add vim tips
Diffstat (limited to 'dotfiles/cheat')
-rw-r--r-- | dotfiles/cheat/vim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dotfiles/cheat/vim b/dotfiles/cheat/vim index fb35287..5c14dae 100644 --- a/dotfiles/cheat/vim +++ b/dotfiles/cheat/vim @@ -84,3 +84,9 @@ And save it in a better name: `:WorkspaceSave {name}` :set foldmethod=indent foldlevel=1 za # toggle indent + +# spellchecking +`:set spell` +``:set spelllang=fr` +`:spell` +Then select with `z=` |