aboutsummaryrefslogtreecommitdiff
path: root/cheat/.cheat/vim
diff options
context:
space:
mode:
Diffstat (limited to 'cheat/.cheat/vim')
-rw-r--r--cheat/.cheat/vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/cheat/.cheat/vim b/cheat/.cheat/vim
index e56d394..ebc509d 100644
--- a/cheat/.cheat/vim
+++ b/cheat/.cheat/vim
@@ -74,3 +74,7 @@ d{motion} delete text that {motion} moves over
# Use normal copy pase
`"`; `+` ; `y` <= yank
`"`; `+` ; `p` <= paste
+
+# SimpleWorkspaces.vim
+To add the current dir in a Workspace: `:WorkspaceInit`
+And save it in a better name: `:WorkspaceSave {name}`