bindings: Mimic MAC window changes withing emacs

The binding applies for evil and non-evil users alike.
This commit is contained in:
UndeadKernel 2019-01-21 11:01:52 +01:00
parent 7ce8fe4c22
commit 4bc5fac0b2
2 changed files with 3 additions and 6 deletions

View file

@ -12,11 +12,6 @@
doom-leader-key doom-localleader-key
doom-leader-alt-key doom-localleader-alt-key))
;; OS specific fixes
(when IS-MAC
;; Fix frame-switching key on MacOS
(global-set-key (kbd "M-`") #'other-frame))
;;
;; Minibuffer keybindings

View file

@ -128,7 +128,9 @@
;; OS specific fixes
(when IS-MAC
;; Fix MacOS shift+tab
(define-key input-decode-map [S-iso-lefttab] [backtab]))
(define-key input-decode-map [S-iso-lefttab] [backtab])
;; Fix frame-switching key on MacOS
(global-set-key (kbd "M-`") #'other-frame))
;;
;; Doom's keybinding scheme