Minor tweaks
This commit is contained in:
parent
ad3bde2ba3
commit
8e524ae50a
1 changed files with 2 additions and 2 deletions
4
.zshrc
4
.zshrc
|
@ -28,8 +28,8 @@ SAVEHIST=1000
|
|||
unsetopt beep
|
||||
|
||||
# Keybinding
|
||||
bindkey '\e[1;5C]' forward-word
|
||||
bindkey '\e[1;5D]' backward-word
|
||||
bindkey '\e[1;5C' forward-word
|
||||
bindkey '\e[1;5D' backward-word
|
||||
|
||||
# Git
|
||||
#########################################################
|
||||
|
|
Loading…
Reference in a new issue