config/default: restore M-t/m-T workspace keybinds
This commit is contained in:
parent
379a45978c
commit
2cc8a96a30
1 changed files with 16 additions and 14 deletions
|
@ -229,7 +229,9 @@
|
|||
:g "M-7" (λ! (+workspace/switch-to 6))
|
||||
:g "M-8" (λ! (+workspace/switch-to 7))
|
||||
:g "M-9" (λ! (+workspace/switch-to 8))
|
||||
:g "M-0" #'+workspace/switch-to-last))
|
||||
:g "M-0" #'+workspace/switch-to-last
|
||||
:g "M-t" #'+workspace/new
|
||||
:g "M-T" #'+workspace/display))
|
||||
|
||||
;;; :completion
|
||||
(map! (:when (featurep! :completion company)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue