You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.
s and S move across lines, but f, F, t, and T do not. It would be great to support f, F, t, and T bindings like vim-sneak does:
" 1-character enhanced 'f'
nmap f <Plug>(sneak-f)
nmap F <Plug>(sneak-F)
" visual-mode
xmap f <Plug>(sneak-f)
xmap F <Plug>(sneak-F)
" operator-pending-mode
omap f <Plug>(sneak-f)
omap F <Plug>(sneak-F)
" 1-character enhanced 't'
nmap t <Plug>(sneak-t)
nmap T <Plug>(sneak-T)
" visual-mode
xmap t <Plug>(sneak-t)
xmap T <Plug>(sneak-T)
" operator-pending-mode
omap t <Plug>(sneak-t)
omap T <Plug>(sneak-T)
maptv
changed the title
; and , do not move across lines
f, F, t, and T do not move across lines
Jun 14, 2023
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I would like
;
and,
to move across lines, but nothing happens when I press;
/,
after I run out of matches on the current line.I have
The text was updated successfully, but these errors were encountered: