Bind M-` to other-frame on MacOS

This commit is contained in:
Henrik Lissner 2018-08-26 22:43:28 +02:00
parent 381851aab6
commit 16d7b552f1
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -75,6 +75,8 @@
:en "C-l" #'evil-window-right
"C-x p" #'+popup/other
(:when IS-MAC
"\M-`" #'other-frame)
;; --- Personal vim-esque bindings ------------------