Within the man web page for .editrc a command is proven for itemizing key bindings for editline. Editline is a library that’s utilized in Python and MySQL, and many others., in MacOS for command line enhancing.
bind
or
bind -l
I can enter one in every of these instructions in my ~/.editrc and begin an software comparable to Python which is sure to the editline library and get the output. Nonetheless there isn’t any indication learn how to receive the listing interactively from the command line.
Issuing a bind command from zsh provides a command not discovered error. Zsh makes use of its personal key bindings and has a bindkey command. Bash makes use of readline and has a bind command however that is a builtin that is particular to Bash and readline.
How can I output the listing with out including the command to .editrc?
