Skip to content

Unimpaired

Unimpaired is port of vim-unimpaired by @tpope.

Settings

vintageous_enable_unimpaired

  • Type: boolean
  • Default: true

Enable unimpaired plugin.

Status

Next and previous

StatusCommandDescription
[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
[fGo to the file preceding the current one alphabetically in the current file's directory. In the quickfix window, equivalent to :colder.
]fGo to the file succeeding the current one alphabetically in the current file's directory. In the quickfix window, equivalent to :cnewer.
[nGo to the previous SCM conflict marker or diff/patch hunk. Try d[n inside a conflict.
]nGo to the next SCM conflict marker or diff/patch hunk.

Line operations

StatusCommandDescription
[<Space>Add [count] blank lines above the cursor.
]<Space>Add [count] blank lines below the cursor.
[eExchange the current line with [count] lines above it.
]eExchange the current line with [count] lines below it.
>pPaste after linewise, increasing indent.
>PPaste before linewise, increasing indent.
<pPaste after linewise, decreasing indent.
<PPaste before linewise, decreasing indent.
=pPaste after linewise, re-indenting.
=PPaste before linewise, re-indenting.

Option toggling

StatusOnOffToggleOption
[ob]obyob'background' (dark is off, light is on)
[oc]ocyoc'cursorline'
[od]odyod'diff' (actually :diffthis / :diffoff)
[oh]ohyoh'hlsearch'
[oi]oiyoi'ignorecase'
[ol]olyol'list'
[on]onyon'number'
[or]oryor'relativenumber'
[os]osyos'spell'
[ot]otyot'colorcolumn' ("+1" or last used value)
[ou]ouyou'cursorcolumn'
[ov]ovyov'virtualedit'
[ow]owyow'wrap'
[ox]oxyox'cursorline' 'cursorcolumn' (x as in crosshairs)

Option toggling (specific to Sublime Text)

StatusOnOffToggleOption
✅ ⭐[oa]oayoa'menu'
✅ ⭐[oe]oeyoe'statusbar'
✅ ⭐[om]omyom'minimap'
✅ ⭐[ot]otyot'sidebar'

Check out the roadmap for a detailed inventory of feature status.