LoginSignup
17
17

More than 5 years have passed since last update.

履歴のインクリメンタル検索でワイルドカードを使えるようにする

Last updated at Posted at 2012-03-16
.zshrc
if zle -la | grep -q '^history-incremental-pattern-search'; then
  # zsh 4.3.10 以降でのみ有効
  bindkey '^R' history-incremental-pattern-search-backward
  bindkey '^S' history-incremental-pattern-search-forward
fi
17
17
0

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
17
17