-
I want to find out whether How can I do this? I even cannot find the (obviously existing) keystroke Thanks for any pointers! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I don't know of any simple way to see the bindings. The 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 For |
Beta Was this translation helpful? Give feedback.
I don't know of any simple way to see the bindings.
The
HelpSheet
s fromzCtrl+H
orgzCtrl+H
have a hidden columnall_bindings
with a Python list of all the keystrokes that trigger a command. You can unhide it withgv
, 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 usebindkey()
in your .visidatarc to add your own binding.