GithubHelp home page GithubHelp logo

Comments (4)

justinmk avatar justinmk commented on May 16, 2024

No problem, thanks for your question. You can do a sneak-search for 1 character by hitting <enter> instead of the second character.

Of course, that sucks compared to normal f behavior, but I believe that's the only disadvantage to using sneak to replace your other f-enhancment plugin. Right?

If that's the only thing holding you back, I think it will be pretty easy to add maybe a Vim command that takes a number argument, so you could do this:

nnoremap f :<c-u>SneakForward 1<cr>

And that would do the search without hitting enter (i.e., the search maxes out at 1 character).

On the other hand, Sneak is not intended to be a feature-for-feature replacement for all of the f-enhancement plugins, but rather solve the common case in a sensible and reliable way such that any minor differences are not missed.

Let me know your thoughts.

from vim-sneak.

oracal avatar oracal commented on May 16, 2024

That would provide the functionality that I was after. Whether or not you think that your plugin should incorporate this is up to you.

I feel that this feature would have to be added to a plugin like yours (rather than using separate plugins) to deal with multiple plugins overriding the ; and , keys, Unless there is a way around this?

Btw thanks for replying so quickly :)

Tom

from vim-sneak.

justinmk avatar justinmk commented on May 16, 2024

If that's the only thing that the f-enhancement plugin provides that sneak doesn't I think it is worth adding. And it will be a trivial code change anyway. Should be fixed in a day or so.

Thanks.

from vim-sneak.

justinmk avatar justinmk commented on May 16, 2024

@oracal Try these settings:

    nnoremap f :Sneak!         1<cr>
    nnoremap F :SneakBackward! 1<cr>
    xnoremap f :<c-u>SneakV!         1<cr>
    xnoremap F :<c-u>SneakVBackward! 1<cr>

That should give you multi-line f.

I hope to make it less hideous at some point, but want to let this bake for a bit. Let me know how it goes.

from vim-sneak.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.