Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
skanehira committed Oct 21, 2019
1 parent 31a3aad commit 0b2c5c6
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

0 comments on commit 0b2c5c6

Please sign in to comment.