6eab954afe
Helm seems to treat "!" specially in pattern matching, so having a ! in the pattern string when traversing directories is problematic. This change fixes #2737, because as far as I can tell "+" has no special meaning in a helm pattern. Of course, we can choose a different character, but I'm fond of "+" as representing "more layers here". |
||
---|---|---|
.. | ||
funcs.el | ||
keybindings.el | ||
README.org |
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 |