Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/haya14busa/vim-undoreplay

:movie_camera: replay your edit
https://github.com/haya14busa/vim-undoreplay

Last synced: about 3 hours ago
JSON representation

:movie_camera: replay your edit

Awesome Lists containing this project

README

        

:movie_camera: vim-undoreplay :movie_camera:
============================================

![undoreplay_fizzbuzz2.gif](https://raw.githubusercontent.com/haya14busa/i/master/vim-undoreplay/undoreplay_fizzbuzz2.gif)

### Installation

[Neobundle](https://github.com/Shougo/neobundle.vim) / [Vundle](https://github.com/gmarik/Vundle.vim) / [vim-plug](https://github.com/junegunn/vim-plug)

```vim
NeoBundle 'haya14busa/vim-undoreplay'
Plugin 'haya14busa/vim-undoreplay'
Plug 'haya14busa/vim-undoreplay'
```

### Usage

```
:UndoReplay
```

#### Keymappings

| Keymap | Details |
| ---------------- | ------------------- |
| `` or `k` | Speed up |
| `` or `j` | Speed down |
| `` | stop/restart replay |
| `` or `l` | next step |
| `` or `h` | previous step |
| `?` | show help |