aboutsummaryrefslogtreecommitdiff
path: root/cheat/.cheat
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2019-09-04 14:37:17 +0200
committerneodarz <neodarz@neodarz.net>2019-09-04 14:37:17 +0200
commitc14e7e61344d67d4233beb9f1e7a9f314d2b22f5 (patch)
treefea4244e44549c1129c078fa1bf8e2f1447c7b1b /cheat/.cheat
parent796fe9137c955360f44dde649f3ba711f288faa9 (diff)
downloaddotfiles_ascii-c14e7e61344d67d4233beb9f1e7a9f314d2b22f5.tar.xz
dotfiles_ascii-c14e7e61344d67d4233beb9f1e7a9f314d2b22f5.zip
Add workspace system
Diffstat (limited to 'cheat/.cheat')
-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}`