|
|
@ -54,4 +54,6 @@ if [[ -n "$key_info" ]]; then |
|
|
|
bindkey -M "$keymap" "$key_info[Up]" history-substring-search-up |
|
|
|
bindkey -M "$keymap" "$key_info[Up]" history-substring-search-up |
|
|
|
bindkey -M "$keymap" "$key_info[Down]" history-substring-search-down |
|
|
|
bindkey -M "$keymap" "$key_info[Down]" history-substring-search-down |
|
|
|
done |
|
|
|
done |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unset keymap |
|
|
|
fi |
|
|
|
fi |
|
|
|