feat(workspaces): add +workspace/delete
For deleting saved workspaces (saved with `+workspace/save` or `+workspace-save`). Also binds `SPC TAB D` (for evil users) and `C-c w K` (for non-evil users) to it. Fix: #4399 Close: #7869 Co-authored-by: sriramsk1999 <sriramsk1999@users.noreply.github.com>
This commit is contained in:
parent
04efd82590
commit
9cdcfdac36
3 changed files with 37 additions and 0 deletions
|
@ -413,6 +413,7 @@
|
|||
:desc "Create workspace" "c" #'+workspace/new
|
||||
:desc "Create named workspace" "C" #'+workspace/new-named
|
||||
:desc "Delete workspace" "k" #'+workspace/kill
|
||||
:desc "Delete saved workspace" "K" #'+workspace/delete
|
||||
:desc "Save workspace" "S" #'+workspace/save
|
||||
:desc "Switch to other workspace" "o" #'+workspace/other
|
||||
:desc "Switch to left workspace" "p" #'+workspace/switch-left
|
||||
|
|
|
@ -382,6 +382,7 @@
|
|||
:desc "Save workspace to file" "s" #'+workspace/save
|
||||
:desc "Kill session" "x" #'+workspace/kill-session
|
||||
:desc "Kill this workspace" "d" #'+workspace/kill
|
||||
:desc "Delete saved workspace" "D" #'+workspace/delete
|
||||
:desc "Rename workspace" "r" #'+workspace/rename
|
||||
:desc "Restore last session" "R" #'+workspace/restore-last-session
|
||||
:desc "Next workspace" "]" #'+workspace/switch-right
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue