winterTTr / ace-jump-mode

a quick cursor jump mode for emacs

Home Page:https://github.com/winterTTr/ace-jump-mode/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to move after specific character

victorteokw opened this issue · comments

The default ace-jump-char-mode jump to the beginning of the char, any way to customize it to jump to the end of it?

Figured out by (add-hook 'ace-jump-mode-end-hook 'forward-char)