もた日記

くだらないことを真面目にやる

Vimメモ : Vim + tmuxだと<Esc>でのノーマルモード移行が遅い

Vimだけの場合は問題ないけど、Vim + tmuxで使っていると<Esc>キーを押したときにノーマルモードへ移行するのがなんか遅い。
調べたところ下記設定をtmux.confに追加すれば解決するようだ。

set -g escape-time 0

OpenBSD manual pages

tmuxのManual Pageによるとデフォルトでは500msウェイトするようになっているので遅かったらしい。

escape-time time
    Set the time in milliseconds for which tmux waits after an escape is input to determine if it is part
    of a function or meta key sequences. The default is 500 milliseconds.

実践Vim 思考のスピードで編集しよう!

実践Vim 思考のスピードで編集しよう!