diff options
Diffstat (limited to 'zsh/keybindrc')
-rwxr-xr-x | zsh/keybindrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zsh/keybindrc b/zsh/keybindrc index 56d8a6c..a52b826 100755 --- a/zsh/keybindrc +++ b/zsh/keybindrc @@ -5,8 +5,8 @@ bindkey -v export KEYTIMEOUT=1 # Keybinding functions - #function name #function #description -autoload edit-command-line; zle -N edit-command-line # Edit line in Vim buffer + #function name #function #description +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~" |