From c135875a4aa12e1eeeff6086642852bc9a42bd85 Mon Sep 17 00:00:00 2001 From: cbreton Date: Mon, 20 Jan 2020 10:03:54 +0100 Subject: Add more cheatsheets --- dotfiles/cheat/vim | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dotfiles/cheat/vim') 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 -- cgit v1.2.1