Make C-` & C-~ available outside of normal mode
This commit is contained in:
parent
8f76ed93f9
commit
a21b6d35a4
1 changed files with 3 additions and 3 deletions
|
@ -194,9 +194,9 @@
|
|||
|
||||
;;; :ui
|
||||
(map! (:when (featurep! :ui popup)
|
||||
:n "C-`" #'+popup/toggle
|
||||
:n "C-~" #'+popup/raise
|
||||
:g "C-x p" #'+popup/other)
|
||||
"C-`" #'+popup/toggle
|
||||
"C-~" #'+popup/raise
|
||||
"C-x p" #'+popup/other)
|
||||
|
||||
(:when (featurep! :ui workspaces)
|
||||
:n "C-t" #'+workspace/new
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue