wlemuel / vim-justdo

Just execute same command repeatly in the convinent way.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-justdo

Just execute same command repeatly in the convinent way.

Requirements

  • Vim 7.0+

Installation

vim-justdo follows the standard runtime path structure. Below are some helper lines for popular package managers:

Basic Usage

  • Run :JustDo to execute command, otherwise asking for command.

Basic Options

  • When to execute command silently, Default is 1:

    let g:justdo_silent = 0

Basic KeyMapping

  • Press to execute command:

    noremap <silent> <F5> :JustDo<CR>

Appendix

I'd be glad to receive patches, comments and your considered criticism.

Have fun with vim-justdo!

About

Just execute same command repeatly in the convinent way.

License:MIT License


Languages

Language:Vim Script 100.0%