First commit.
This commit is contained in:
11
lisp/ux/windows.el
Normal file
11
lisp/ux/windows.el
Normal file
@@ -0,0 +1,11 @@
|
||||
;;; windows.el --- Configure behavior of Emacs windows -*- lexical-binding: t; -*-
|
||||
;;; Commentary:
|
||||
;;; Code:
|
||||
|
||||
;; https://www.emacswiki.org/emacs/WindMove
|
||||
;; Move point from window to window using Shift and the arrow keys.
|
||||
(when (fboundp 'windmove-default-keybindings)
|
||||
(windmove-default-keybindings))
|
||||
|
||||
(provide 'ux/windows)
|
||||
;;; windows.el ends here
|
Reference in New Issue
Block a user