Bind M-o to other-window

This commit is contained in:
Oliver Payne 2023-02-12 21:15:19 +00:00
parent 01f6644b66
commit 4c724c1d22
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
(eval-when-compile
(require 'use-package))
(bind-key "M-o" 'other-window)
(custom-set-faces
'(default ((t (:inherit nil :height 100 :family "Terminus")))))
@ -11,6 +11,7 @@
(show-paren-mode t)
(savehist-mode t)
(save-place-mode 1)
(global-set-key (kbd "M-o") 'other-window)
;; Thinkpad keyboards have PrtSc where right alt should be
(global-set-key (kbd "<print>") 'execute-extended-command)
;; OpenBSD prefixes gnu coreutils programs with g