bash のカーソル移動
#tips
※ macOS の場合
table: bash cursor 移動
Ctrl + b 1文字戻す
Ctrl + f 1文字進む
Ctrl + d 1文字削除
Ctrl + a 行頭
Ctrl + e 行末
参照:
https://tiswww.case.edu/php/chet/readline/rluserman.html