Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add delete key binding
  • Loading branch information
RaphaelPour committed May 22, 2020
1 parent f7d1d62 commit 70b0019
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,15 @@ $ femto

## Key bindings

| Key | Description |
|--------------|------------------|
| `Arrow keys` | Navigation |
| `ENTER` | New line |
| `BACKSPACE` | Remove char/line |
| `ESC` | Quit |
| `Ctrl+C` | Save |
| Key | Description |
|--------------|--------------------------------|
| `Arrow keys` | Navigation |
| `ENTER` | New line |
| `BACKSPACE` | Remove char/line before cursor |
| `DELETE` | Remove char/line after cursor |
| `ESC` | Quit |
| `Ctrl+C` | Save |

## License

[GPLv3](https://www.gnu.org/licenses/gpl-3.0.html)
[GPLv3](https://www.gnu.org/licenses/gpl-3.0.html)

0 comments on commit 70b0019

Please sign in to comment.