diff options
-rw-r--r-- | init.el | 6 |
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 |