diff options
Diffstat (limited to 'dotfiles/cheat/vim')
-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 ebc509d..fb35287 100644 --- a/dotfiles/cheat/vim +++ b/dotfiles/cheat/vim @@ -78,3 +78,9 @@ d{motion} delete text that {motion} moves over # SimpleWorkspaces.vim To add the current dir in a Workspace: `:WorkspaceInit` And save it in a better name: `:WorkspaceSave {name}` + +# folding +# (collapse or no) + +:set foldmethod=indent foldlevel=1 +za # toggle indent |