SPC TAB N binding (#5173)

* Introduce `SPC TAB N` binding

* Add vanilla Emacs binding
This commit is contained in:
Colin Woodbury
2021-07-08 22:13:13 -07:00
committed by GitHub
parent 36d186d1cd
commit 42ff369142
3 changed files with 8 additions and 0 deletions

View File

@@ -365,6 +365,7 @@
:desc "Display workspaces" "d" #'+workspace/display
:desc "Rename workspace" "r" #'+workspace/rename
:desc "Create workspace" "c" #'+workspace/new
:desc "Create named workspace" "C" #'+workspace/new-named
:desc "Delete workspace" "k" #'+workspace/delete
:desc "Save workspace" "S" #'+workspace/save
:desc "Switch to other workspace" "o" #'+workspace/other