Skip to content

Commit

Permalink
add vundo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Bin committed Aug 17, 2023
1 parent 6dc3fa2 commit 6572873
Show file tree
Hide file tree
Showing 3 changed files with 1,326 additions and 0 deletions.
1 change: 1 addition & 0 deletions lisp/init-autoload.el
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
(autoload 'shenshou-logout-now "shenshou" "" t)
(autoload 'my-chinese-sort-words "my-chinese" "" t)
(autoload 'my-chinese-compare "my-chinese" "" t)
(autoload 'vundo "vundo" "" t)

(provide 'init-autoload)
;;; init-autoload.el ends here
Expand Down
1 change: 1 addition & 0 deletions lisp/init-evil.el
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,7 @@ If N > 0 and in js, only occurrences in current N lines are renamed."
"pp" 'paste-from-x-clipboard ; used frequently
"sb" 'my-current-string-beginning
"se" 'my-current-string-end
"su" 'vundo
"vj" 'my-validate-json-or-js-expression
"kc" 'kill-ring-to-clipboard
"fn" 'cp-filename-of-current-buffer
Expand Down
Loading

0 comments on commit 6572873

Please sign in to comment.