mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
align ctop header on resize, add keybinding to help dialog
This commit is contained in:
1
menus.go
1
menus.go
@@ -9,6 +9,7 @@ import (
|
||||
|
||||
var helpDialog = []menu.Item{
|
||||
menu.Item{"[h] - open this help dialog", ""},
|
||||
menu.Item{"[H] - toggle cTop header", ""},
|
||||
menu.Item{"[s] - select container sort field", ""},
|
||||
menu.Item{"[r] - reverse container sort order", ""},
|
||||
menu.Item{"[q] - exit ctop", ""},
|
||||
|
||||
Reference in New Issue
Block a user