mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
bindings: Mimic MAC window changes withing emacs
The binding applies for evil and non-evil users alike.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user