Code Monkey home page Code Monkey logo

Comments (8)

mhinz avatar mhinz commented on August 25, 2024

Thanks for this plugin!

You're welcome. :-)

Actually I'd like to keep the behaviour that a simple :Grepper opens the prompt (apart from not wanting to break backwards compatability yet again..), but I could add a new flag -cword. This should work just as well for your use case, right?

from vim-grepper.

blueyed avatar blueyed commented on August 25, 2024

Sorry for the misunderstanding: :Grepper should still open the prompt, but when you then submit nothing from there, <cword> would be used, i.e. with :Grepper<cr><cr>.

from vim-grepper.

mhinz avatar mhinz commented on August 25, 2024

In that case you could use the operator:

nmap gs <plug>(GrepperOperator)
xmap gs <plug>(GrepperOperator)
nmap <leader>a gsiw

The only downside I see, is that using this way always the first tool in g:grepper.programs will be used. So you couldn't create 2 mappings for git and ag for it.

Alternatively, and maybe more straight forward, would be -cword (prompt) and -cword! (no prompt).

What do you think?

from vim-grepper.

blueyed avatar blueyed commented on August 25, 2024

I am aware of the operator already, which is nice in general.

Do you mean that with -cword it would display a prompt, prefilled with the current word, and that -cword! would just use the current word?

The use case of having an empty prompt being submitted would still not be covered in this regard then, right?

from vim-grepper.

mhinz avatar mhinz commented on August 25, 2024

Oh, apparently I'm a bit schwer von Begriff today. Give me a minute..

from vim-grepper.

blueyed avatar blueyed commented on August 25, 2024

Bingo, thanks! :)

from vim-grepper.

blueyed avatar blueyed commented on August 25, 2024

..nice to have a set of new features as a by-product.. ;)

from vim-grepper.

mhinz avatar mhinz commented on August 25, 2024

..nice to have a set of new features as a by-product.. ;)

Indeed.

Thanks for the feedback!

from vim-grepper.

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.