Vundo
This commit is contained in:
@@ -26,7 +26,6 @@
|
|||||||
mwim-code-end
|
mwim-code-end
|
||||||
mwim-line-end)))
|
mwim-line-end)))
|
||||||
|
|
||||||
|
|
||||||
;; Allow movement during isearch
|
;; Allow movement during isearch
|
||||||
;; C/M-v move to next/previous match not currently visible
|
;; C/M-v move to next/previous match not currently visible
|
||||||
;; M-</> move to first/last match in buffer
|
;; M-</> move to first/last match in buffer
|
||||||
@@ -61,7 +60,6 @@
|
|||||||
;; opportunity to select an avy action
|
;; opportunity to select an avy action
|
||||||
(setq avy-single-candidate-jump nil))
|
(setq avy-single-candidate-jump nil))
|
||||||
|
|
||||||
|
|
||||||
(use-package avy-zap
|
(use-package avy-zap
|
||||||
:ensure t
|
:ensure t
|
||||||
:bind (("C-z" . avy-zap-up-to-char-dwim)
|
:bind (("C-z" . avy-zap-up-to-char-dwim)
|
||||||
@@ -75,3 +73,7 @@
|
|||||||
:ensure t
|
:ensure t
|
||||||
:config
|
:config
|
||||||
(global-dot-mode t))
|
(global-dot-mode t))
|
||||||
|
|
||||||
|
(use-package vundo
|
||||||
|
:ensure t
|
||||||
|
:bind ("M-/" . vundo))
|
||||||
|
|||||||
Reference in New Issue
Block a user