mirror of
https://github.com/kennethreitz-archive/dotfiles.git
synced 2026-06-21 15:50:58 +00:00
8 lines
159 B
Bash
8 lines
159 B
Bash
# vi mode
|
|
bindkey -v
|
|
|
|
# use incremental search
|
|
bindkey '^r' history-incremental-search-backward
|
|
|
|
# expand functions in the prompt
|
|
setopt prompt_subst |