spacemacs/layers/!vim/unimpaired
syl20bnr 6b33031dc5 core: dotspacemacs-distribution, spacemacs-core layer and rename contrib
- Rename contrib directory to layers
- Add new variable dotspacemacs-distribution
- Move spacemacs layer to layers/!distribution
- New layer spacemacs-core in layers/!distribution
- User can now set dotspacemacs-distribution to spacemacs or
  spacemacs-core (default spacemacs)

spacemacs-core is very lightweight layer sufficient to build upon
spacemacs.
2015-09-07 23:44:43 -04:00
..
funcs.el core: dotspacemacs-distribution, spacemacs-core layer and rename contrib 2015-09-07 23:44:43 -04:00
keybindings.el core: dotspacemacs-distribution, spacemacs-core layer and rename contrib 2015-09-07 23:44:43 -04:00
README.org core: dotspacemacs-distribution, spacemacs-core layer and rename contrib 2015-09-07 23:44:43 -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