diff options
author | neodarz <neodarz@neodarz.net> | 2020-10-04 22:25:33 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2020-10-04 22:25:33 +0200 |
commit | 9443eb4006a06bc3d9a2ac3d5339ac394d2c5c6e (patch) | |
tree | 864670655f9bd3d521410dd24fa14b002ab3c81c /dotfiles/cheat/vim | |
parent | 8b4e51ffa979c10e37d7ba3d7957184b751c2db7 (diff) | |
download | dotfiles_dotdrop-9443eb4006a06bc3d9a2ac3d5339ac394d2c5c6e.tar.xz dotfiles_dotdrop-9443eb4006a06bc3d9a2ac3d5339ac394d2c5c6e.zip |
Update some cheat
Diffstat (limited to 'dotfiles/cheat/vim')
-rw-r--r-- | dotfiles/cheat/vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dotfiles/cheat/vim b/dotfiles/cheat/vim index 5c14dae..e6416bb 100644 --- a/dotfiles/cheat/vim +++ b/dotfiles/cheat/vim @@ -85,6 +85,8 @@ And save it in a better name: `:WorkspaceSave {name}` :set foldmethod=indent foldlevel=1 za # toggle indent +:w !sudo tee % + # spellchecking `:set spell` ``:set spelllang=fr` |