A fork of unimpaired.vim with a minimum set of mappings.
There are mappings which are simply short normal mode aliases for
commonly used ex commands. ]q
is :cnext. [q
is :cprevious. ]a
is
:next. [b
is :bprevious. See the documentation for the full set of
20 mappings and mnemonics. All of them take a count.
There are mappings for toggling options. [os
, ]os
, and yos
perform
:set spell
, :set nospell
, and :set invspell
, respectively. There's also
l
(list
), n
(number
), w
(wrap
), and several others.
Consult the documentation.
The .
command works with all operator mappings.
Install using your favorite package manager, or use Vim's built-in package support:
mkdir -p ~/.vim/pack/smancill/start
cd ~/.vim/pack/smancill/start
git clone https://github.com/smancill/vim-unimpaired-lite.git
vim -u NONE -c "helptags unimpaired/doc" -c q
See the contribution guidelines for pathogen.vim.
Like unimpaired.vim? Follow the repository on GitHub and vote for it on vim.org. And if you're feeling especially charitable, follow tpope on Twitter and GitHub.
Copyright (c) Tim Pope. Distributed under the same terms as Vim itself.
See :help license
.