diff options
Diffstat (limited to 'zsh/keybindrc')
-rwxr-xr-x | zsh/keybindrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/keybindrc b/zsh/keybindrc index a52b826..3d2f358 100755 --- a/zsh/keybindrc +++ b/zsh/keybindrc @@ -9,7 +9,7 @@ export KEYTIMEOUT=1 autoload edit-command-line; zle -N edit-command-line # Edit line in Vim buffer # Unbind some default keybindings -bindkey -r "^U" "^V" "^W" "^G" "^J" "^Q" "^R" "^[[200~" +bindkey -r "^U" "^W" "^G" "^J" "^Q" "^R" "^[[200~" # Keybindings #key #command #description |