vim-quickui icon indicating copy to clipboard operation
vim-quickui copied to clipboard

The missing UI extensions for Vim 9 (and NeoVim) !! :sunglasses:

Results 47 vim-quickui issues
Sort by recently updated
recently updated
newest added

I have mapped alt -> meta key according to your article, and this bug only happend when I use vim, not neovim For example , I use `` to previvew...

After run ':set bg=dark', this issue will happen. ![menu](https://user-images.githubusercontent.com/8497245/72678685-4d793e00-3ae3-11ea-8664-d0245474fd59.png) BTW, thanks a lot for adding this wonderful feature.

Noremap 同个 menu, 快捷键按了一个之后就返回,操作正常, 但是 vmap 同个 menu, 按了一个快捷键之后会重新跳出 menu, 跳出的次数跟 menu size 同样多次

I set the menu for comment the line using the caw plugin. the menu is writen as \["&Comment", 'call feedkeys("gcc")'] this works well for the single line. but when I...

I was pretty hyped about getting a man so I made this : ```vim nnoremap K "ayiw:call quickui#tools#display_help("a") ``` But I noticed that it won't recognise things as let or...

![image](https://user-images.githubusercontent.com/32936898/82225224-80c7be80-9957-11ea-955f-7b1287a6002d.png) like ![image](https://user-images.githubusercontent.com/32936898/82225366-b2d92080-9957-11ea-9517-9f2deb9bbb0b.png) Thanks!

![screen-2022-11-17-20-11-18](https://user-images.githubusercontent.com/32936898/202443047-6a4c5295-76e5-47d0-806a-ff764bee6eed.jpg)

``` let content = [ [' &A', 'echo 100' ], [' &2', 'echo 200' ], [' &3', 'echo 300' ], [' &4' ], [' &5', 'echo 500' ], ] let...

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.

How can I use a condition to transfer between my color scheme and "None"(transparet as my expected)? ['&Transparent %{&ctermbg=? "bg":"None"}', 'highlight Normal!'] Setting above seems to be a syntactic error....