From 0b2c5c6b2673cd29a5331012f2cfeb21ba60d197 Mon Sep 17 00:00:00 2001 From: skanehira Date: Tue, 22 Oct 2019 08:56:48 +0900 Subject: [PATCH] update readme --- README.md | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 00fedec..f987828 100644 --- a/README.md +++ b/README.md @@ -29,36 +29,28 @@ Default, log file will generate `$HOME/pst.log` if it's not exist. ## Keybindings ### common keybinds -| key | description | -|----------|-------------| -| Ctrl + c | stop pst | +| key | description | +|-------------|------------------------| +| Ctrl + c | stop pst | +| j | next entry or line | +| k | previous entry or line | +| g | first entry or line | +| G | last entry or line | +| Tab | focus next panel | +| Shift + Tab | focus previous panel | ### input | key | description | |-------------|----------------------| | Enter | next process | -| Tab | focus next panel | -| Shift + Tab | focus previous panel | ### processes panel | key | description | |-------------|----------------------| -| j | next process | -| k | previous process | -| g | first process | -| G | last process | | K | kill select process | -| Tab | focus next panel | -| Shift + Tab | focus previous panel | ### process tree panel | key | description | |-------------|----------------------| -| j | next process | -| k | previous process | -| g | first process | -| G | last process | | K | kill select process | | Enter | expand child process | -| Tab | focus next panel | -| Shift + Tab | focus previous panel |