summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-11-29 18:17:13 -0800
committerCaleb Bassi <calebjbassi@gmail.com>2018-11-29 18:17:13 -0800
commit8ee8950ba2b6353c4ac08df6dc7a48804b39ca30 (patch)
tree377950688c3af77f5698ecb66500b0c8336d899a /README.md
parentce5342cfc9e15ae0177f0fa9e69a33fa8ba10070 (diff)
Refactor
Updated event management based on changes to termui
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 17 insertions, 10 deletions
diff --git a/README.md b/README.md
index 7021e93..0dfc2bb 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ git clone --depth 1 https://github.com/cjbassi/gotop /tmp/gotop
/tmp/gotop/scripts/download.sh
```
-Then move `gotop` into your $PATH somewhere.
+Then move `gotop` into your \$PATH somewhere.
### Arch Linux
@@ -47,18 +47,25 @@ go get github.com/cjbassi/gotop
### Keybinds
- Quit: `q` or `<C-c>`
-- Process Navigation:
- - `<up>`/`<down>` and `j`/`k`: up and down
- - `<C-d>` and `<C-u>`: up and down half a page
- - `<C-f>` and `<C-b>`: up and down a full page
- - `gg` and `G`: jump to top and bottom
-- Process Sorting:
+- Process navigation
+ - `k` and `<Up>`: up
+ - `j` and `<Down`: down
+ - `<C-u>`: half page up
+ - `<C-d>`: half page down
+ - `<C-b>`: full page up
+ - `<C-f>`: full page down
+ - `gg` and `<Home>`: jump to top
+ - `G` and `<End>`: jump to bottom
+- Process actions:
+ - `<Tab>`: toggle process grouping
+ - `dd`: kill selected process or group of processes
+- Process sorting
- `c`: CPU
- `m`: Mem
- `p`: PID
-- `<tab>`: toggle process grouping
-- `dd`: kill the selected process or process group
-- `h` and `l`: zoom in and out of CPU and Mem graphs
+- CPU and Mem graph scaling:
+ - `h`: scale in
+ - `l`: scale out
- `?`: toggles keybind help menu
### Mouse