On Sat, 30 Mar 2019, Tassilo Horn wrote: > "Greg Reagle" <[email protected]> writes: > >> And while we are at the command line editor: is there no "command > >> insert mode" where I could check out which editor commands are there > >> and how they are named by tab-completing, e.g., what ZSH has bound to > >> M-x. > > > > I don't understand what you are asking (I haven't used zsh). Try the > > 'bind' command without any arguments or options to see all the key > > bindings. > > No, what I mean is that ZSH has some kind of line editor prompt where > you can execute all command line editor commands by typing them in (with > completion), e.g., things like forward-char, kill-line, etc. That's > useful for finding out which editor commands exist and could be bound to > a key.
There's no interactive mode, but `bind --function-names` is helpful. David Adam [email protected] _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
