mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix M-` keybind on MacOS
Escaping it causes it to map à instead.
This commit is contained in:
@ -76,7 +76,7 @@
|
||||
|
||||
"C-x p" #'+popup/other
|
||||
(:when IS-MAC
|
||||
"\M-`" #'other-frame)
|
||||
"M-`" #'other-frame)
|
||||
|
||||
|
||||
;; --- Personal vim-esque bindings ------------------
|
||||
|
Reference in New Issue
Block a user