Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: A 'complete' reference of CTRL key combinations?



On Feb 16,  1:30pm, Richard Hartmann wrote:
} 
} I am pondering to map quite a few things to various CTRL-$key
} combinations and wonder if there is a reference of which keys should
} be considered 'taken' and which are free.

zsh -fic 'bindkey -L'

perhaps?  Similarly

zsh -fic 'bindkey -M viins -L'
zsh -fic 'bindkey -M vicmd -L'

You might want

zsh -fic 'autoload -U compinit; compinit -D; bindkey -L'

to see the keys commonly bound by the completion system as well.



Messages sorted by: Reverse Date, Date, Thread, Author