.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
Go to list of users who liked
More than 5 years have passed since last update.
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
Register as a new user and use Qiita more conveniently
Go to list of users who liked