.zshrc
This commit is contained in:
parent
107b6ff0af
commit
d937a6b593
1 changed files with 2 additions and 0 deletions
2
.zshrc
2
.zshrc
|
@ -92,6 +92,8 @@ bindkey "\e0F" end-of-line
|
||||||
bindkey "\e[H" beginning-of-line
|
bindkey "\e[H" beginning-of-line
|
||||||
bindkey "\e[F" end-of-line
|
bindkey "\e[F" end-of-line
|
||||||
|
|
||||||
|
bindkey "^W" backward-delete-char
|
||||||
|
|
||||||
# Show syntax highlighting when we're not running in emacs
|
# Show syntax highlighting when we're not running in emacs
|
||||||
if [ -z $EMACS ]; then
|
if [ -z $EMACS ]; then
|
||||||
source ~/.zsh/syntax-highlighting/zsh-syntax-highlighting.zsh
|
source ~/.zsh/syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||||
|
|
Loading…
Reference in a new issue