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
|
;;; :ui
|
||||||
(map! (:when (featurep! :ui popup)
|
(map! (:when (featurep! :ui popup)
|
||||||
:n "C-`" #'+popup/toggle
|
"C-`" #'+popup/toggle
|
||||||
:n "C-~" #'+popup/raise
|
"C-~" #'+popup/raise
|
||||||
:g "C-x p" #'+popup/other)
|
"C-x p" #'+popup/other)
|
||||||
|
|
||||||
(:when (featurep! :ui workspaces)
|
(:when (featurep! :ui workspaces)
|
||||||
:n "C-t" #'+workspace/new
|
:n "C-t" #'+workspace/new
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue