Skip to content

A Vim plugin to extend CTRL-A and CTRL-X by user defined rules

License

Notifications You must be signed in to change notification settings

hattya/flap.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flap.vim

flap.vim is a Vim plugin to extend CTRL-A and CTRL-X by user defined rules.

https://ci.appveyor.com/api/projects/status/moypdj3upgoa051j/branch/master?svg=true

Installation

Vundle

Plugin 'hattya/flap.vim'

vim-plug

Plug 'hattya/flap.vim'

dein.vim

call dein#add('hattya/flap.vim')

Requirements

Usage

nmap  <C-A> <Plug>(flap-inc)
vmap  <C-A> <Plug>(flap-inc)
vmap g<C-A> <Plug>(flap-inc-g)

nmap  <C-X> <Plug>(flap-dec)
vmap  <C-X> <Plug>(flap-dec)
vmap g<C-X> <Plug>(flap-dec-g)

Testing

flap.vim uses themis.vim for testing.

$ cd /path/to/flap.vim
$ git clone https://github.com/thinca/vim-themis
$ ./vim-themis/bin/themis

License

flap.vim is distributed under the terms of the MIT License.

About

A Vim plugin to extend CTRL-A and CTRL-X by user defined rules

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published