add workspace rename binding
This commit is contained in:
parent
d7e054a8cc
commit
a961d58746
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@
|
|||
:desc "Delete session" :n "X" #'+workspace/kill-session
|
||||
:desc "Delete this workspace" :n "d" #'+workspace/delete
|
||||
:desc "Load session" :n "L" #'+workspace/load-session
|
||||
:desc "Rename workspace" :n "r" #'+workspace/rename
|
||||
:desc "Next workspace" :n "]" #'+workspace/switch-right
|
||||
:desc "Previous workspace" :n "[" #'+workspace/switch-left
|
||||
:desc "Switch to 1st workspace" :n "1" (λ! (+workspace/switch-to 0))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue