You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MANUAL.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
QuickUI is fully customizable, and can be easily configurated.
4
4
5
-
# Content
5
+
# Content
6
6
7
7
<!-- TOC -->
8
8
@@ -252,7 +252,9 @@ open the context menu:
252
252
quickui#context#open(content, opts)
253
253
```
254
254
255
-
Parameter `content` is a list of `[text, command]` items. `opts` is a dictionary of options, has similar options in `listbox`.
255
+
Parameter `content` is a list of `[text, command]` items. `opts` is a dictionary of options, has similar options in `listbox` but an additional option:
256
+
257
+
-`ignore_case`: ignore case of the keyword, default 1.
256
258
257
259
**Sample code**:
258
260
@@ -404,8 +406,8 @@ There is a builtin buffer switcher using `listbox`, open it by:
404
406
405
407
call quickui#tools#list_buffer('e')
406
408
407
-
or
408
-
409
+
or
410
+
409
411
call quickui#tools#list_buffer('tabedit')
410
412
411
413
Then `hjkl` to navigate, `enter`/`space` to switch buffer and `ESC`/`CTRL+[` to quit:
@@ -550,4 +552,3 @@ It is time for me to bring these ideas to reality, just start from this plugin.
550
552
## Credit
551
553
552
554
like vim-quickui? Follow the repository on [GitHub](https://github.com/skywind3000/vim-quickui) and vote for it on [vim.org](https://www.vim.org/scripts/script.php?script_id=5845). And if you're feeling especially charitable, follow skywind3000 on [Twitter](https://twitter.com/skywind3000) and [GitHub](https://github.com/skywind3000).
0 commit comments