spacemacs/contrib/!vim/unimpaired
2015-07-27 12:20:17 -04:00
..
funcs.el unimpaired layer: Fix newline format 2015-07-27 12:20:17 -04:00
keybindings.el fix unimpaired typo 2015-07-27 12:16:41 -04:00
README.org unimpaired layer: Fix newline format 2015-07-27 12:20:17 -04:00

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