1.3 KiB
1.3 KiB
Unimpaired port contribution layer for Spacemacs
Table of Contents TOC@4
Description
This layer ports some of the functionality of tpope's vim-unimpaired.
This plugin provides several pairs of bracket maps using [
to denote
previous, and ]
as next.
Key bindings
KeyBindings | Description |
---|---|
[b |
Go to previous buffer |
]b |
Go to next buffer |
[l |
Go to the previous error |
]l |
Go to the next error |
[h |
Go to the previous vcs hunk |
]h |
Go to the next vcs hunk |
[t |
Go to the previous frame |
]t |
Go to the next frame |
[w |
Go to the previous window |
]w |
Go to the next window |
[e |
Move line up |
]e |
Move line down |
[SPACE |
Insert space above |
]SPACE |
Insert space below |
[p |
Paste above current line |
]p |
Paste below current line |
gp |
Select pasted text |