diff options
Diffstat (limited to 'zsh/zscripts/keybindrc.zsh')
-rwxr-xr-x | zsh/zscripts/keybindrc.zsh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/zsh/zscripts/keybindrc.zsh b/zsh/zscripts/keybindrc.zsh index 29913ae..1f0e93a 100755 --- a/zsh/zscripts/keybindrc.zsh +++ b/zsh/zscripts/keybindrc.zsh @@ -4,9 +4,6 @@ bindkey -v export KEYTIMEOUT=1 -# Unbind some default keybindings -#bindkey -r "^U" "^W" "^G" "^J" "^Q" "^R" "^[[200~" - # Keybindings autoload edit-command-line; zle -N edit-command-line # Edit line in Vim buffer bindkey '^E' edit-command-line # Ctrl-e - edit line in Vim buffer |