We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think the way vtop does it is pretty great: j and k for moving in the process list along with g for going to the top and G to the bottom.
j
k
g
G
There's also a few more keybinds for other features in vtop, like dd for killing a process and h and l for zooming in and out of the graph timeline.
dd
h
l
I also like how vtop shows a keybind help menu at the bottom of the screen. Would be nice to have that for the currect process sorting keybinds.
The text was updated successfully, but these errors were encountered:
Just noticed there's already a PR for Vi keybinds!
Sorry, something went wrong.
No branches or pull requests
I think the way vtop does it is pretty great:
j
andk
for moving in the process list along withg
for going to the top andG
to the bottom.There's also a few more keybinds for other features in vtop, like
dd
for killing a process andh
andl
for zooming in and out of the graph timeline.I also like how vtop shows a keybind help menu at the bottom of the screen. Would be nice to have that for the currect process sorting keybinds.
The text was updated successfully, but these errors were encountered: