7 lines
105 B
Bash
7 lines
105 B
Bash
|
|
bindkey '^k' up-history
|
|
bindkey '^j' down-history
|
|
|
|
bindkey '^l' forward-word
|
|
bindkey '^h' backward-word
|