-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Description
It seems the
(evilem-define (kbd (concat prefix " t")) #'evil-repeat-find-char
:pre-hook (save-excursion
(call-interactively #'evil-find-char-to))
:bind ((evil-cross-lines t)))
(evilem-define (kbd (concat prefix " T")) #'evil-repeat-find-char
:pre-hook (save-excursion
(call-interactively #'evil-find-char-to-backward))
:bind ((evil-cross-lines t)))
(evilem-define (kbd (concat prefix " f")) #'evil-repeat-find-char
:pre-hook (save-excursion
(call-interactively #'evil-find-char))
:bind ((evil-cross-lines t)))
(evilem-define (kbd (concat prefix " F")) #'evil-repeat-find-char
:pre-hook (save-excursion
(call-interactively #'evil-find-char-backward))
:bind ((evil-cross-lines t)))
bit is broken in the latest version. I observe that
- All of them unconditionally search backward;
fandFbehave the same astandTrespectively.
Could you confirm?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels