Merge pull request #520 from rphillips/fixes/add_workspace_rename

add workspace rename binding
This commit is contained in:
Henrik Lissner 2018-04-11 19:06:50 -04:00 committed by GitHub
commit b52a2586d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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))