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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 0 deletions

View file

@ -306,6 +306,12 @@ workspace, otherwise the new workspace is blank."
(+workspace/display)))
((debug error) (+workspace-error (cadr e) t))))
;;;###autoload
(defun +workspace/new-named (name)
"Create a new workspace with a given NAME."
(interactive "sWorkspace Name: ")
(+workspace/new name))
;;;###autoload
(defun +workspace/switch-to (index)
"Switch to a workspace at a given INDEX. A negative number will start from the