summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2020-10-10 10:38:10 -0500
committerCase Duckworth2020-10-10 10:38:10 -0500
commit1f3cf1e2162d4c75403e2d62cb7b459f534c795a (patch)
tree86d78211050371a27b99192f21606c5a1812a64e /init.el
parentAdd Fantasque Sans Mono to font list (diff)
downloademacs-1f3cf1e2162d4c75403e2d62cb7b459f534c795a.tar.gz
emacs-1f3cf1e2162d4c75403e2d62cb7b459f534c795a.zip
Change bindings
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/init.el b/init.el index 418cc9a..b72c2df 100644 --- a/init.el +++ b/init.el
@@ -350,8 +350,8 @@
350;;;;; Undo-Fu 350;;;;; Undo-Fu
351(use-package undo-fu 351(use-package undo-fu
352 :bind 352 :bind
353 ("C-z" . undo-fu-only-undo) 353 ("C-/" . undo-fu-only-undo)
354 ("C-S-z" . undo-fu-only-redo)) 354 ("C-?" . undo-fu-only-redo))
355 355
356(use-package undo-fu-session 356(use-package undo-fu-session
357 :after no-littering 357 :after no-littering
@@ -478,7 +478,7 @@
478;;;;; Jump to characters fast 478;;;;; Jump to characters fast
479(use-package avy 479(use-package avy
480 :bind 480 :bind
481 ("C-/" . avy-goto-char-timer)) 481 ("C-'" . avy-goto-char-timer))
482 482
483;;;;; Show text commands acted on 483;;;;; Show text commands acted on
484(use-package volatile-highlights 484(use-package volatile-highlights