summaryrefslogtreecommitdiff
path: root/mms-keyboard.org
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-02-23 15:54:51 +0100
committermms <michal@sapka.me>2024-02-23 15:54:51 +0100
commit4d25769af7239fd5f1e541b910e20fd10a3a6b46 (patch)
treea43405f79482b37ffadf4043ed606a936e348ccf /mms-keyboard.org
parent97527835fed80eab150df2b4509bfeec78fa1aab (diff)
feat: c-u to scroll
Diffstat (limited to 'mms-keyboard.org')
-rw-r--r--mms-keyboard.org22
1 files changed, 13 insertions, 9 deletions
diff --git a/mms-keyboard.org b/mms-keyboard.org
index 1d0e9a6..88e557d 100644
--- a/mms-keyboard.org
+++ b/mms-keyboard.org
@@ -19,17 +19,21 @@ While those aren't *bad*, I much prefer the classic VIM style.
This time I am starting with Evil so anything I add to this config will be configured with those bindings at day 1.
#+BEGIN_SRC emacs-lisp
- (use-package evil
- :elpaca t
- :ensure t
- :init
- (setq evil-want-keybinding nil
- evil-vsplit-window-right t
- evil-split-window-below t)
- :config
- (evil-mode 1))
+ (use-package evil
+ :elpaca t
+ :ensure t
+ :init
+ (setq evil-want-keybinding nil
+ evil-vsplit-window-right t
+ evil-split-window-below t
+ evil-want-C-u-scroll t)
+ :config
+ (evil-mode 1))
#+END_SRC
+#+RESULTS:
+: t
+
* Which key
WK adds a on-the-fly cheatsheet.