できなかったけどメモ
stty intr \^k
とすると、InterruptコマンドをCtrl Kに変えられる。
Macと同じように、Meta(Super) Cに変えたいのだけど、できない。
stty intr 131
として
stty -a
とすると、設定がメタキー+Cになっているのは見えるが、動作しないようで。。
speed 38400 baud; rows 48; columns 118; line = 0;
intr = M-^C;
stty sane
でデフォルトに戻す。
sttyはシングルバイトでないと使えない
https://stackoverflow.com/questions/36289048/what-does-m-in-stty-output-mean
https://superuser.com/questions/160388/change-bash-shortcut-keys-such-as-ctrl-c
0 件のコメント:
コメントを投稿