spacemacs/layers/+vim/unimpaired
2016-01-17 22:48:12 -05:00
..
funcs.el Add prev/next file navigation to unimpaired layer 2016-01-17 22:48:12 -05:00
keybindings.el Add prev/next file navigation to unimpaired layer 2016-01-17 22:48:12 -05:00
README.org Add prev/next file navigation to unimpaired layer 2016-01-17 22:48:12 -05:00

Unimpaired port layer

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
[f Go to previous file in directory
]f Go to next file in directory
[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