Skip to content

Commit

Permalink
change(winner): bind winner-undo to C-,
Browse files Browse the repository at this point in the history
  • Loading branch information
winny- committed Nov 3, 2024
1 parent 198c284 commit 157d12d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion configuration.org
Original file line number Diff line number Diff line change
Expand Up @@ -1881,7 +1881,9 @@ Navigate history of window/buffer/frame layout. Use =C-c <left>= to go to
previous layout, and =C-c <right>= to go to next layout.

#+BEGIN_SRC emacs-lisp
(winner-mode 1)
(winner-mode 1)

(define-key global-map (kbd "C-,") 'winner-undo)
#+END_SRC

** Speed up scrolling
Expand Down

0 comments on commit 157d12d

Please sign in to comment.