Eu realmente gostaria de ligar a dica ao Alt-g o, mas não consigo descobrir como expressar isso
De acordo com o arquivo de ajuda, você deve usar algo como:
: bind <Alt-G>o hint
bind
Syntax:
:bind [--mode mode] [--default] [key] [command]
Bind a key to a command.
If no command is given, show the current binding for the given key. Using :bind without any arguments opens a page showing all keybindings. positional arguments
key: The keychain to bind. Examples of valid keychains are
gC
,<Ctrl-X>
or<Ctrl-C>a
.command: The command to execute, with optional args.
optional arguments
-m, --mode: A comma-separated list of modes to bind the key in (default: normal). See :help bindings.commands for the available modes.
-d, --default: If given, restore a default binding.
note
This command does not split arguments after the last argument and handles quotes literally.
With this command, ;; is interpreted literally instead of splitting off a second command.
This command does not replace variables like {url}.
Fonte qutebrowser