.zsh/bindings.sh

7 行
124 B
Bash
Executable File

#!/bin/zsh
# vim: set filetype=zsh
bindkey -v
bindkey '\e[3~' delete-char
bindkey '^R' history-incremental-search-backward