From 3f257c5b66c278a300ba0451e07a3c8914fa2d0c Mon Sep 17 00:00:00 2001 From: szktkfm Date: Sun, 21 Apr 2024 14:34:22 +0900 Subject: [PATCH] docs: update key bindings --- .gitignore | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c959125..cd03c52 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ /test/ /mdtt/ +mdtt *~ *.bkup diff --git a/README.md b/README.md index 97ecec2..a15e9af 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ When multiple tables are present, you will be prompted to select the table you w | `↑`/`k` | Move up | | `↓`/`j` | Move down | | `←`/`h` | Move left | +| `→`/`l` | Move right | | `b`/`pgup` | Page up | | `f`/`pgdn` | Page down | | `ctrl+u` | Half page up |