kakoune icon indicating copy to clipboard operation
kakoune copied to clipboard

Use a map instead of a hook to jump to grep result

Open lobre opened this issue 10 months ago • 0 comments

This has been discussed a little bit on Discord, but I think we do not need a hook for the <ret> mapping in the grep module.

I guess this was something that was necessary in the past, but I am not sure that we need it anymore.

Also, it prevents from overriding the <ret> key easily at the user level with:

map global normal <ret> "..."

lobre avatar Apr 19 '24 13:04 lobre