OSDN Git Service

Regular updates
[twpd/master.git] / vim-unite.md
1 ---
2 title: Vim-Unite
3 category: Vim
4 layout: 2017/sheet
5 ---
6
7 ### Usage
8
9 ``` vim
10 :Unite file
11 :Unite file_rec/async:!
12 :Unite tag
13 :Unite buffer
14 ```
15
16 ### Sources
17
18 * `file/new`
19 * `file/async`
20 * `file_rec/async`
21 * `file_rec/git`
22 * `buffer`
23 * `buffer_tab` (current tab only)
24 * `tab`
25 * `register`
26 * `bookmark`
27 * `source`
28
29 ### Options
30
31 | Option                     | Description                                                 |
32 | -------------------------- | ----------------------------------------------------------- |
33 | `-start-insert`            |                                                             |
34 | `-no-quit`                 |                                                             |
35 | `-winheight=10`            |                                                             |
36 | `-quick-match`             | select by pressing asdf keys                                |
37 | `-winwidth=40`             | use with vertical                                           |
38 | `-no-split`                | open in current buffer                                      |
39 | `-auto-preview`            | great for outline                                           |
40 | `-vertical`                | open as sidebar                                             |
41 | `-buffer-name=xxx -resume` | resume the next time it's called (faster)                   |
42 | `-input=`                  | reset input (use with -resume)                              |
43 | `-unique`                  | remove duplicates (eg, if using `file_rec` with `file_mru`) |