Emacs: Use the 's-' prefix for window management

master
Pierre Neidhardt 2017-07-09 21:47:50 +01:00
parent 109bab78b8
commit 2e1d063813
2 changed files with 8 additions and 6 deletions

View File

@ -62,9 +62,7 @@ See `eshell' for the numeric prefix arg."
"b" 'buffer-menu
"e" 'find-file
"k" 'kill-this-buffer
"o" 'delete-other-windows
"t" 'org-find-first-agenda
"w" 'evil-window-next
"|" 'swap-windows)
(when (fboundp 'magit-status)
;; Since it is an autoload, we cannot use `with-eval-after-load'.

View File

@ -133,10 +133,14 @@
;; 'super' (normally reserved to the WM).
(when (fboundp 'windmove-default-keybindings)
(global-set-keys
"M-s-h" 'windmove-left
"M-s-j" 'windmove-down
"M-s-k" 'windmove-up
"M-s-l" 'windmove-right))
"s-h" 'windmove-left
"s-j" 'windmove-down
"s-k" 'windmove-up
"s-l" 'windmove-right))
(global-set-keys
"s-o" 'delete-other-windows
;; "s-w" 'other-window
"s-c" 'delete-window)
;;; Make Emacs use environment browser, or w3m if BROWSER is not set.
(setq browse-url-generic-program