SPC TAB N
binding (#5173)
* Introduce `SPC TAB N` binding * Add vanilla Emacs binding
This commit is contained in:
parent
36d186d1cd
commit
42ff369142
3 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue