diff options
author | neodarz <neodarz@neodarz.net> | 2019-09-04 14:37:17 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-09-04 14:37:17 +0200 |
commit | c14e7e61344d67d4233beb9f1e7a9f314d2b22f5 (patch) | |
tree | fea4244e44549c1129c078fa1bf8e2f1447c7b1b /cheat | |
parent | 796fe9137c955360f44dde649f3ba711f288faa9 (diff) | |
download | dotfiles_ascii-c14e7e61344d67d4233beb9f1e7a9f314d2b22f5.tar.xz dotfiles_ascii-c14e7e61344d67d4233beb9f1e7a9f314d2b22f5.zip |
Add workspace system
Diffstat (limited to 'cheat')
-rw-r--r-- | cheat/.cheat/vim | 4 |
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}` |