update zshrc
This commit is contained in:
parent
bd18abd3e8
commit
e0ef9b14ba
|
@ -87,8 +87,8 @@
|
||||||
alias nixoide="nix repl '<nixpkgs>'"
|
alias nixoide="nix repl '<nixpkgs>'"
|
||||||
alias vps="ssh -A vps"
|
alias vps="ssh -A vps"
|
||||||
bindkey -e
|
bindkey -e
|
||||||
bindkey ";5D" backward-word
|
bindkey "^[[1;5D" backward-word
|
||||||
bindkey ";5C" forward-word
|
bindkey "^[[1;5C" forward-word
|
||||||
bindkey "\e[3~" delete-char
|
bindkey "\e[3~" delete-char
|
||||||
|
|
||||||
function use() {
|
function use() {
|
||||||
|
|
Loading…
Reference in a new issue