Bind M-o to other-window
This commit is contained in:
parent
fbc05e2931
commit
d395fa2a44
1 changed files with 2 additions and 0 deletions
2
init.el
2
init.el
|
@ -103,6 +103,8 @@
|
||||||
(bind-key [remap zap-to-char] #'zap-up-to-char)
|
(bind-key [remap zap-to-char] #'zap-up-to-char)
|
||||||
(bind-key [remap buffer-menu] #'ibuffer)
|
(bind-key [remap buffer-menu] #'ibuffer)
|
||||||
|
|
||||||
|
(bind-key "M-o" #'other-window)
|
||||||
|
|
||||||
;;; Built-in packages
|
;;; Built-in packages
|
||||||
(use-package paren
|
(use-package paren
|
||||||
:config
|
:config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue