vim-unite: update layout
This commit is contained in:
parent
e10acfa677
commit
9e915addde
55
vim-unite.md
55
vim-unite.md
|
@ -1,38 +1,43 @@
|
||||||
---
|
---
|
||||||
title: Vim-Unite
|
title: Vim-Unite
|
||||||
category: Vim
|
category: Vim
|
||||||
|
layout: 2017/sheet
|
||||||
---
|
---
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|
||||||
:Unite file
|
``` vim
|
||||||
:Unite file_rec/async:!
|
:Unite file
|
||||||
:Unite tag
|
:Unite file_rec/async:!
|
||||||
:Unite buffer
|
:Unite tag
|
||||||
|
:Unite buffer
|
||||||
|
```
|
||||||
|
|
||||||
### Sources
|
### Sources
|
||||||
|
|
||||||
- `file/new`
|
* `file/new`
|
||||||
- `file/async`
|
* `file/async`
|
||||||
- `file_rec/async`
|
* `file_rec/async`
|
||||||
- `file_rec/git`
|
* `file_rec/git`
|
||||||
- `buffer`
|
* `buffer`
|
||||||
- `buffer_tab` (current tab only)
|
* `buffer_tab` (current tab only)
|
||||||
- `tab`
|
* `tab`
|
||||||
- `register`
|
* `register`
|
||||||
- `bookmark`
|
* `bookmark`
|
||||||
- `source`
|
* `source`
|
||||||
|
|
||||||
### Options
|
### Options
|
||||||
|
|
||||||
| `-start-insert` | |
|
| Option | Description |
|
||||||
| `-no-quit` | |
|
| -------------------------- | ----------------------------------------------------------- |
|
||||||
| `-winheight=10` | |
|
| `-start-insert` | |
|
||||||
| `-quick-match` | select by pressing asdf keys |
|
| `-no-quit` | |
|
||||||
| `-winwidth=40` | use with vertical |
|
| `-winheight=10` | |
|
||||||
| `-no-split` | open in current buffer |
|
| `-quick-match` | select by pressing asdf keys |
|
||||||
| `-auto-preview` | great for outline |
|
| `-winwidth=40` | use with vertical |
|
||||||
| `-vertical` | open as sidebar |
|
| `-no-split` | open in current buffer |
|
||||||
| `-buffer-name=xxx -resume` | resume the next time it's called (faster) |
|
| `-auto-preview` | great for outline |
|
||||||
| `-input=` | reset input (use with -resume) |
|
| `-vertical` | open as sidebar |
|
||||||
| `-unique` | remove duplicates (eg, if using file_rec with file_mru) |
|
| `-buffer-name=xxx -resume` | resume the next time it's called (faster) |
|
||||||
|
| `-input=` | reset input (use with -resume) |
|
||||||
|
| `-unique` | remove duplicates (eg, if using `file_rec` with `file_mru`) |
|
||||||
|
|
Loading…
Reference in New Issue