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'm looking for a way to make a permanent, always visible main menu. Has anyone done this before with quickui? If I were to add some sort of aucmd that...

This is vista: ![image](https://user-images.githubusercontent.com/40481594/158511521-642ead05-d347-410a-a6d0-200dd4b2b4ca.png) This is quickui using `call quickui#tools#preview_tag('')` ![image](https://user-images.githubusercontent.com/40481594/158511577-f8ad3f09-94ee-4885-8ca3-e15e12c377bb.png)

I want to move the cursor to the line with my map which I want to modify. ![image](https://user-images.githubusercontent.com/53520949/155704475-2b36c451-74df-4e27-8617-c457bbe66aa4.png) my current setting: ```vimL " 快速查map func! Leo_keymap(keys) exe "verbose map "...

The menu_example.vim contains many references to helper functions like MenuHelp_Fscope/MenuHelp_Gscope but they are not defined anywhere. Where are their definitions can be found?

正在用Buffer switcher替代MiniBufferExplorer和unite,不知道有没有计划引入两个全局参数。 一个用来控制buffer的排序,按照most recently used的时间顺序来排序; 另一个用来控制buffer显示的个数,这样当有很多数量的buffer之后,可以按照最近访问的顺序只显示最近使用的几个。

Like so ![image](https://user-images.githubusercontent.com/20157727/138803091-153cc665-6f99-4967-9d96-b3c960c5209d.png) And the text in the floating window changes depending on what menu item I have selected

This page is used to collect tips and tricks that can inspire novice or advanced users. If you think this plugin is useful or fun, just show us how you...

希望能有个页面,专门展示各种奇技淫巧的玩法,同时附上vimrc配置文件的写法,这样新手可以拿来就用。

I use `quickui#textbox#command()` to show result of some tool(e.g. dictionary query tool). Sometime I want to copy the result to `vim register` or `system clipboard`, I don't know how to...

有个表单功能这个东西就齐活儿了,可以真的做为一个UI来用了,比如说输入个姓名,邮件地址之类的。我自己查了一段时间,没搞明白怎么弄。。。