diff --git a/README.md b/README.md index 0e24f75..1a7f9de 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ cargo install --git https://github.com/valeth/wayfarer Make sure the path cargo installs to is in your system's `PATH`. ```sh -wayfarer tui +wayfarer tui # or @@ -23,9 +23,10 @@ wayfarer show ## TUI Keybindings -| Key | Mode | Description | -|:---:|:------:| --------------------------------------------------- | -| ESC | Any | Return to "normal mode" | -| q | Normal | Quits the application | -| o | Normal | Open a new file | -| w | Normal | Toggle file watcher mode (requires "watch" feature) | +| Key | Mode | Description | +|:--------:|:------:| --------------------------------------------------- | +| ESC | Any | Return to "normal mode" | +| Ctrl + q | Any | Quits the application | +| q | Normal | Quits the application | +| o | Normal | Open a new file | +| w | Normal | Toggle file watcher mode (requires "watch" feature) |