1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-10-15 15:08:27 +02:00
cheatsheets/vim-unite.md
Rico Sta. Cruz 511de900ba
Formatting updates (#2133)
- Update some sheets which have very long sections
- Remove `layout: 2017/sheet` (everything has the same layout now)
- Remove outdated sheets
2024-04-03 18:30:24 +11:00

1.5 KiB

title, category
title category
Vim-Unite Vim

Usage

:Unite file
:Unite file_rec/async:!
:Unite tag
:Unite buffer

Sources

  • file/new
  • file/async
  • file_rec/async
  • file_rec/git
  • buffer
  • buffer_tab (current tab only)
  • tab
  • register
  • bookmark
  • source

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)