summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBrian Mattern <rephorm@rephorm.com>2019-06-03 14:13:31 -0700
committerBrian Mattern <rephorm@rephorm.com>2019-06-03 14:38:09 -0700
commit2aea13bf0a89e9719d40e6ddb200b89982f18ebd (patch)
treeff34f87bcf405451e636549c51de82e286ffb87f /README.md
parent5941bec6c13e802336ec51bb25024fa75a087dcf (diff)
Refactor filter editing input handling.
Only swallow events that are explicitly handled by the editor. Fall through to the default event handling for all other events. Also, cancel editing on <Escape> and fix README file formatting.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 3c060ac..444d3ad 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ snap connect gotop-cjbassi:system-observe
- Quit: `q` or `<C-c>`
- Process navigation:
- `k` and `<Up>`: up
- - `j` and `<Down`: down
+ - `j` and `<Down>`: down
- `<C-u>`: half page up
- `<C-d>`: half page down
- `<C-b>`: full page up
@@ -88,10 +88,10 @@ snap connect gotop-cjbassi:system-observe
- `m`: Mem
- `p`: PID
- Process filtering:
- - /: start editing filter
+ - `/`: start editing filter
- (while editing):
- - <Enter> accept filter
- - <C-c>: clear filter
+ - `<Enter>` accept filter
+ - `<C-c>` and `<Escape>`: clear filter
- CPU and Mem graph scaling:
- `h`: scale in
- `l`: scale out