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