summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-08-22 14:31:19 -0700
committerGitHub <noreply@github.com>2020-08-22 17:31:19 -0400
commit3252796f179e24f4b73b8eb8db52ef932f6e9bc7 (patch)
tree8156677e5b299f9ec6d5c53f185c204df18a8bed /README.md
parent1a25fbb98788a4e002247448fdf28837d49fd944 (diff)
change: Allow e to also close expanded widgets
Allow `e` to toggle expansion, rather than only allowing it to open.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a8636d68..146079c1 100644
--- a/README.md
+++ b/README.md
@@ -199,7 +199,7 @@ Run using `btm`.
| `?` | Open help menu |
| `gg`, `Home` | Jump to the first entry |
| `Shift-g`, `End` | Jump to the last entry |
-| `e` | Expand the currently selected widget |
+| `e` | Toggle expanding the currently selected widget |
| `+` | Zoom in on chart (decrease time range) |
| `-` | Zoom out on chart (increase time range) |
| `=` | Reset zoom |