From 1f3cf1e2162d4c75403e2d62cb7b459f534c795a Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 10 Oct 2020 10:38:10 -0500 Subject: Change bindings --- init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 418cc9a..b72c2df 100644 --- a/init.el +++ b/init.el @@ -350,8 +350,8 @@ ;;;;; Undo-Fu (use-package undo-fu :bind - ("C-z" . undo-fu-only-undo) - ("C-S-z" . undo-fu-only-redo)) + ("C-/" . undo-fu-only-undo) + ("C-?" . undo-fu-only-redo)) (use-package undo-fu-session :after no-littering @@ -478,7 +478,7 @@ ;;;;; Jump to characters fast (use-package avy :bind - ("C-/" . avy-goto-char-timer)) + ("C-'" . avy-goto-char-timer)) ;;;;; Show text commands acted on (use-package volatile-highlights -- cgit 1.4.1-21-gabe81