Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

f, F, t, and T do not move across lines #28

Open
maptv opened this issue Jun 13, 2023 · 1 comment
Open

f, F, t, and T do not move across lines #28

maptv opened this issue Jun 13, 2023 · 1 comment

Comments

@maptv
Copy link

maptv commented Jun 13, 2023

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

  • IdeaVim 2.2.0
  • IdeaVim-QuickScope 1.0.11
  • IdeaVim-Sneak 1.2.0
  • PyCharm 2023.2 EAP (Professional Edition)
@maptv
Copy link
Author

maptv commented Jun 14, 2023

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 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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant