6 lines
96 B
Plaintext
6 lines
96 B
Plaintext
|
#!/bin/zsh
|
||
|
|
||
|
bindkey '^R' history-incremental-search-backward
|
||
|
|
||
|
bindkey '^x^e' edit-command-line;
|