Unimpaired
Unimpaired is port of vim-unimpaired by @tpope.
Settings
vintageous_enable_unimpaired
- Type:
boolean
- Default:
true
Enable unimpaired plugin.
Status
Next and previous
Status | Command | Description |
---|---|---|
[a | :previous | |
]a | :next | |
[A | :first | |
]A | :last | |
✅ | [b | :bprevious |
✅ | ]b | :bnext |
✅ | [B | :bfirst |
✅ | ]B | :blast |
✅ | [l | :lprevious - Jump to previous lint-error (requires SublimeLinter). |
✅ | ]l | :lnext - Jump to next lint-error (requires SublimeLinter). |
[L | :lfirst | |
]L | :llast | |
[<C-L> | :lpfile | |
]<C-L> | :lnfile | |
[q | :cprevious | |
]q | :cnext | |
[Q | :cfirst | |
]Q | :clast | |
[<C-Q> | :cpfile (Note that <C-Q> only works in a terminal if you disable | |
]<C-Q> | :cnfile flow control: stty -ixon) | |
[t | :tprevious | |
]t | :tnext | |
[T | :tfirst | |
]T | :tlast | |
[<C-T> | :ptprevious | |
]<C-T> | :ptnext | |
[f | Go to the file preceding the current one alphabetically in the current file's directory. In the quickfix window, equivalent to :colder . | |
]f | Go to the file succeeding the current one alphabetically in the current file's directory. In the quickfix window, equivalent to :cnewer . | |
✅ | [n | Go to the previous SCM conflict marker or diff/patch hunk. Try d[n inside a conflict. |
✅ | ]n | Go to the next SCM conflict marker or diff/patch hunk. |
Line operations
Status | Command | Description |
---|---|---|
✅ | [<Space> | Add [count] blank lines above the cursor. |
✅ | ]<Space> | Add [count] blank lines below the cursor. |
✅ | [e | Exchange the current line with [count] lines above it. |
✅ | ]e | Exchange the current line with [count] lines below it. |
>p | Paste after linewise, increasing indent. | |
>P | Paste before linewise, increasing indent. | |
<p | Paste after linewise, decreasing indent. | |
<P | Paste before linewise, decreasing indent. | |
=p | Paste after linewise, re-indenting. | |
=P | Paste before linewise, re-indenting. |
Option toggling
Status | On | Off | Toggle | Option |
---|---|---|---|---|
[ob | ]ob | yob | 'background' (dark is off, light is on) | |
✅ | [oc | ]oc | yoc | 'cursorline' |
[od | ]od | yod | 'diff' (actually :diffthis / :diffoff ) | |
✅ | [oh | ]oh | yoh | 'hlsearch' |
✅ | [oi | ]oi | yoi | 'ignorecase' |
✅ | [ol | ]ol | yol | 'list' |
✅ | [on | ]on | yon | 'number' |
✅ | [or | ]or | yor | 'relativenumber' |
✅ | [os | ]os | yos | 'spell' |
[ot | ]ot | yot | 'colorcolumn' ("+1" or last used value) | |
[ou | ]ou | you | 'cursorcolumn' | |
[ov | ]ov | yov | 'virtualedit' | |
✅ | [ow | ]ow | yow | 'wrap' |
[ox | ]ox | yox | 'cursorline' 'cursorcolumn' (x as in crosshairs) |
Option toggling (specific to Sublime Text)
Status | On | Off | Toggle | Option |
---|---|---|---|---|
✅ ⭐ | [oa | ]oa | yoa | 'menu' |
✅ ⭐ | [oe | ]oe | yoe | 'statusbar' |
✅ ⭐ | [om | ]om | yom | 'minimap' |
✅ ⭐ | [ot | ]ot | yot | 'sidebar' |
Check out the roadmap for a detailed inventory of feature status.