mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2026-01-12 22:12:04 +01:00
1.5 KiB
1.5 KiB
title, category, layout
| title | category | layout |
|---|---|---|
| Vim-Unite | Vim | 2017/sheet |
Usage
:Unite file
:Unite file_rec/async:!
:Unite tag
:Unite buffer
Sources
file/newfile/asyncfile_rec/asyncfile_rec/gitbufferbuffer_tab(current tab only)tabregisterbookmarksource
Options
| Option | Description |
|---|---|
-start-insert |
|
-no-quit |
|
-winheight=10 |
|
-quick-match |
select by pressing asdf keys |
-winwidth=40 |
use with vertical |
-no-split |
open in current buffer |
-auto-preview |
great for outline |
-vertical |
open as sidebar |
-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) |