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

Support clever functionality #19

Open
oblitzitate opened this issue Mar 5, 2021 · 2 comments
Open

Support clever functionality #19

oblitzitate opened this issue Mar 5, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@oblitzitate
Copy link

In vim-sneak, you can set let g:sneak#s_next = 1, allowing you to repeat the match using s (forward) or S (backward) once you've entered both characters.

In clever-f, you can do the same for the f and t keys.

Benefits:

  • Easier to use
  • Reduces the amount of keys you have to work with by getting rid of ; and ,
  • Free to remap the other keys (e.g. ; to : to type commands more easily)
@Mishkun Mishkun added the enhancement New feature or request label Mar 5, 2021
@effinsky
Copy link

Hi, anything on this front?

@Mishkun
Copy link
Owner

Mishkun commented Nov 30, 2022

@effinsky hi! Not really. This feature seems cumbersome to me. It was really hard to implement repeating history as a ideavim plugin. I guess it is better to do as a separate package, if you need this

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants