~edwargix/emacs.d

f0febd028a7c38357d27e6dba4747f6307132240 — David Florness 6 years ago 750f4f4
C-w u => winner-undo
1 files changed, 2 insertions(+), 0 deletions(-)

M init.el
M init.el => init.el +2 -0
@@ 37,6 37,8 @@
;;; C-c <left> : undo
;;; C-c <right>: redo
(winner-mode t)
(dolist (m '(motion normal))
  (evil-global-set-key m (kbd "C-w u") #'winner-undo))


;;; Allow easily switching windows with Shift-{left,right,up,down}