dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 2a4eb58e53bced98a311cd24804bd2e3ee1189bf
parent 5ca0f1e238ff30b44bf26b0e5c080f1b49efa461
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Thu,  5 Jun 2014 13:23:38 +0200

add half-page scroll up vi style

Diffstat:
M.emacs.d/init.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.emacs.d/init.el b/.emacs.d/init.el @@ -63,6 +63,7 @@ (load-theme 'solarized-dark t) ;; customized Vim-like behavior +(setq evil-want-C-u-scroll t) ;; enable half-screen page up using C-u (require 'evil) (evil-mode 1) (global-evil-leader-mode) ;; enable evil-leader in every evil buffer