shell - Meaning of keys in ksh emacs mode -
in ksh can set editing mode emacs , map arrow keys etc. example:
set -o emacs
alias __a=``echo "\020"`` #up arrow = ^p, command
any idea how __a come picture? , how find out similar abbreviations other keys? example if need map home key ctrl-a, how find right key combination?
Comments
Post a Comment