Skip to content

unimpaired.vim: Pairs of handy bracket mappings (lite version)

Notifications You must be signed in to change notification settings

smancill/vim-unimpaired-lite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

unimpaired.vim (lite version)

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.

Installation

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

Contributing

See the contribution guidelines for pathogen.vim.

Self-Promotion

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.

License

Copyright (c) Tim Pope. Distributed under the same terms as Vim itself. See :help license.

About

unimpaired.vim: Pairs of handy bracket mappings (lite version)

Resources

Stars

Watchers

Forks

Languages

  • Vim Script 100.0%