fish_key_reader [OPTIONS]
fish_key_reader is used to explain how you would bind a certain key sequence. By default, it prints the bind command for one key sequence read interactively over standard input.
The following options are available:
Begins a session where multiple key sequences can be inspected. By default the program exits after capturing a single key sequence.
Displays help about using this command.
Explain what sequence was received in addition to the decoded key.
Displays the current fish version and then exits.
fish_key_reader intentionally disables handling of many signals. To terminate fish_key_reader in --continuous mode do:
exit, orquit
> fish_key_reader Press a key: # press up-arrow bind up 'do something'
© 2005-2009 Axel Liljencrantz, 2009-2026 fish-shell contributors
Licensed under the GNU General Public License, version 2.
https://fishshell.com/docs/4.5/cmds/fish_key_reader.html