vim-quickui
vim-quickui copied to clipboard
How to custom quick search?
I tried blow settings:
call quickui#menu#install('&Regex', [
\ ['Search Colors', '/\v#([0-9a-fA-F]{6}|[0-9a-fA-F]{3})', ''],
\ ['Search 0~255', '/\v([1-2][0-5]{2}|[1-9][0-9]|[0-9])', '/\v([1-2][0-5]{2}|[1-9][0-9]|[0-9])'],
\ ])
But can't use n
or N
to nevigate.
put them in a function and call it from quickui
put them in a function and call it from quickui
@skywind3000 Tried that several times but failed. Could you please give me an example of a "replace menu"? That would help me a lot. Thanks.