Skip to content
Discussion options

You must be logged in to vote

I don't know of any simple way to see the bindings.

The HelpSheets from zCtrl+H or gzCtrl+H have a hidden column all_bindings with a Python list of all the keystrokes that trigger a command. You can unhide it with gv, or by navigating to it on right right side of the sheet and pressing _ on it.

I don't use that myself though. I grep the codebase in my local repository for the command name, but you can search the github repo for go-pagedown.

For go-pagedown, ^F is an alternate binding. And you can use bindkey() in your .visidatarc to add your own binding.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@halloleo
Comment options

@midichef
Comment options

Answer selected by halloleo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants