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

@ -306,6 +306,7 @@
:desc "Switch workspace" "." #'+workspace/switch-to
:desc "Switch to last workspace" "`" #'+workspace/other
:desc "New workspace" "n" #'+workspace/new
:desc "New named workspace" "N" #'+workspace/new-named
:desc "Load workspace from file" "l" #'+workspace/load
:desc "Save workspace to file" "s" #'+workspace/save
:desc "Delete session" "x" #'+workspace/kill-session