LoginSignup
3
3

More than 5 years have passed since last update.

環境変数EDITOR設定時のbindkeyに注意

Last updated at Posted at 2014-06-25

zsh起動時に環境変数EDITORがvimに指定されていると、その後のキーバインドがvimモード(bindkey -v)になってしまいます。
その場合は.zshrcbindkey -eを明示してあげれば解消されます。

EDITOR=vim
bindkey -e

エディターにvim使う人はzshのbindkeyもvimモードにするのが当たり前なのでしょうか。(自分はガラパゴス状態なので)

3
3
4

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3