Fix M-` keybind on MacOS
Escaping it causes it to map à instead.
This commit is contained in:
parent
3ff5c801a9
commit
eac0c0b09e
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
||||||
|
|
||||||
"C-x p" #'+popup/other
|
"C-x p" #'+popup/other
|
||||||
(:when IS-MAC
|
(:when IS-MAC
|
||||||
"\M-`" #'other-frame)
|
"M-`" #'other-frame)
|
||||||
|
|
||||||
|
|
||||||
;; --- Personal vim-esque bindings ------------------
|
;; --- Personal vim-esque bindings ------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue