From 16d7b552f1de33549d65f240160e8a677edb3d78 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 26 Aug 2018 22:43:28 +0200 Subject: [PATCH] Bind M-` to other-frame on MacOS --- modules/config/default/+bindings.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/config/default/+bindings.el b/modules/config/default/+bindings.el index 9477929e6..0f62a49d6 100644 --- a/modules/config/default/+bindings.el +++ b/modules/config/default/+bindings.el @@ -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 ------------------