mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-21 06:45:24 -06:00
chore(gui/metrics): update keybindings
Signed-off-by: Xuehai Pan <XuehaiPan@pku.edu.cn>
This commit is contained in:
parent
2fef7961f1
commit
09d8774610
1 changed files with 1 additions and 0 deletions
|
|
@ -319,6 +319,7 @@ class Top(DisplayableContainer): # pylint: disable=too-many-instance-attributes
|
|||
|
||||
self.keymaps.bind('main', '<Enter>', show_process_metrics)
|
||||
self.keymaps.bind('process-metrics', '<Enter>', show_main)
|
||||
self.keymaps.copy('process-metrics', '<Enter>', '<Esc>')
|
||||
self.keymaps.copy('process-metrics', '<Enter>', 'q')
|
||||
self.keymaps.copy('process-metrics', '<Enter>', 'Q')
|
||||
self.keymaps.bind('process-metrics', 'e', show_environ)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue