From 4f0e03904cf6454a7170322d6436a93e0aec0662 Mon Sep 17 00:00:00 2001 From: Patrick Auernig Date: Mon, 14 Aug 2023 16:16:13 +0200 Subject: [PATCH] Update readme --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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) |