From c14e7e61344d67d4233beb9f1e7a9f314d2b22f5 Mon Sep 17 00:00:00 2001
From: neodarz <neodarz@neodarz.net>
Date: Wed, 4 Sep 2019 14:37:17 +0200
Subject: Add workspace system

---
 cheat/.cheat/vim | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'cheat/.cheat/vim')

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}`
-- 
cgit v1.2.1