Fix formatting in readme

main
James Ford 2 years ago
parent 9e51e33869
commit f323efeb8d

@ -1,12 +1,10 @@
<div align="center"> <div align="center">
# DelayTrain <h1>DelayTrain</h1>
_Train yourself to stop repeating keys... gently_ <i>Train yourself to stop repeating keys... gently</i>
[How does it work?](#how-does-it-work) • [Installation](#installation)
[How does it work?](#how-does-it-work) • [Installation](#installation) • [Configuration](#configuration) • [Commands](#commands)
• [Configuration](#configuration) • [Commands](#commands) • [Contributing](#contributing)
• [Contributing](#contributing) TODO: quick demo gif ~/Videos/delaytrain.gif
TODO: quick demo gif ~/Videos/delaytrain.gif
</div> </div>
## "Stop using arrow keys!" "Stop using hjkl!" ## "Stop using arrow keys!" "Stop using hjkl!"
@ -71,14 +69,14 @@ this still works.
| Keypress | Time | Grace Period | Does it work? | | Keypress | Time | Grace Period | Does it work? |
| ---------- | ----------- | ------------ | ------------- | | ---------- | ----------- | ------------ | ------------- |
| `j' | 0ms | 1 | Yes | | `j` | 0ms | 1 | Yes |
| `j' | 200ms | 2 | Yes | | `j` | 200ms | 2 | Yes |
| `h' | 500ms | 1 | Yes | | `h` | 500ms | 1 | Yes |
| `j' | 700ms | 3 | No | | `j` | 700ms | 3 | No |
| `h' | 1000ms | 2 | Yes | | `h` | 1000ms | 2 | Yes |
| `j' | 1200ms | 1 | Yes | | `j` | 1200ms | 1 | Yes |
| `h' | 1400ms | 3 | No | | `h` | 1400ms | 3 | No |
| `h' | 1500ms | 1 | Yes | | `h` | 1500ms | 1 | Yes |
## Installation ## Installation
@ -86,14 +84,14 @@ this still works.
Install with [vim-plug](https://github.com/junegunn/vim-plug): Install with [vim-plug](https://github.com/junegunn/vim-plug):
```vim ```vim
Plug '[TODO GITHUB NAME]/delaytrain.nvim' Plug 'ja-ford/delaytrain.nvim'
``` ```
or with [packer](https://github.com/wbthomason/packer.nvim): or with [packer](https://github.com/wbthomason/packer.nvim):
```lua ```lua
-- Delay repeat execution of certain keys -- Delay repeat execution of certain keys
use '[TODO GITHUB NAME]/delaytrain.nvim' use 'ja-ford/delaytrain.nvim'
``` ```
For the default setup (see defaults below), you can simply place the following For the default setup (see defaults below), you can simply place the following

Loading…
Cancel
Save