Git Product home page Git Product logo

auto-hlsearch.nvim's People

Contributors

asiryk avatar boltlessengineer avatar erotourtes avatar seitahigashi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

auto-hlsearch.nvim's Issues

Fr: map n and N also to visual mode

In vanilla (n)vim, highlighting is restored after pressing e.g. "n" while in visual mode. It would make sense to me to map "n" and "N" in visual mode as well

Better default `remap_keys`

It would make sens to me to also use g* and g#, so

remap_keys = { "/", "?", "*", "#", "g*", "g#", "n", "N"}

E121: Undefined variable: :AutoHlsearch

every time I try hitting n or N this issue pops up. I tried fix it however I am no so good in neovim API and lua. But the issue is in the mapping of the keys. keymap.rhs is nill. Not sure if this should be like that or not.

Bug (?) Not working with remapped keys

Thanks for the nice plugin!

So I tried out the plugin and it works fine with the default search commands like n or /. However, I have mapped - to /, and also + to *, and both do not work properly.

  • - highlights when pressed, but removes the highlights once pressing <CR>.
  • + works fine, after being done with ++++, it does not remove the highlight
require("auto-hlsearch").setup {
	remap_keys = { "n", "N" },
}
vim.keymap.set("n", "-", ":AutoHlsearch<CR>/")
vim.keymap.set("n", "+", ":AutoHlsearch<CR>*")

both issues occur regardless whether I add + and - to the remap_keys list or not.

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.