Skip to content

Commit

Permalink
Use C-u for scrolling in Evil
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeto committed Jul 24, 2017
1 parent e6fa1c1 commit 3cf2dac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions init.el
Expand Up @@ -127,6 +127,8 @@
:low-priority)))

(use-package evil
:init
(setf evil-want-C-u-scroll t)
:config
(evil-mode)
(defvar my-leader-map
Expand Down

0 comments on commit 3cf2dac

Please sign in to comment.