1
0
Fork 0
.zsh/bindings.sh

7 Zeilen
124 B
Bash
Ausführbare Datei

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