Skip to content

Instantly share code, notes, and snippets.

@shelaf
Created September 23, 2017 07:13
Show Gist options
  • Save shelaf/74c1851083e175349ec4c4f6eb4cd763 to your computer and use it in GitHub Desktop.
Save shelaf/74c1851083e175349ec4c4f6eb4cd763 to your computer and use it in GitHub Desktop.
ターミナル入力時の横スクロールの設定
~/.inputrcで
horizontal-scroll-mode
の値を設定する。
on:画面の右端より後ろに入力が行われたときにコマンドラインが横にスクロールされる。
off:コマンドラインは次の行にまたがって継続される。デフォルトはoff。
GNU readlineを利用しているものに適用される。
なお、zshはreadlineを利用していない。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment