mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-19 13:43:36 -05:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user