bindings: Mimic MAC window changes withing emacs
The binding applies for evil and non-evil users alike.
This commit is contained in:
parent
7ce8fe4c22
commit
4bc5fac0b2
2 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue