Unbind Ctrl-X
This commit is contained in:
parent
0a24b79170
commit
8a6a86aa05
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ if [ "$ZSH_VERSION" ]; then
|
|||
bindkey "^[[1;5D" backward-word # Ctrl-Left
|
||||
bindkey "^[[3;5~" delete-char # Ctrl-Del
|
||||
bindkey "^[[3~" delete-char # Del
|
||||
bindkey "^[x" undefined-key # Alt-X
|
||||
export HISTFILE=$HOME/.zsh_history
|
||||
export HISTSIZE=1000000
|
||||
export SAVEHIST=1000000
|
||||
|
|
Loading…
Reference in a new issue