summaryrefslogtreecommitdiff
path: root/zsh/zscripts/keybindrc.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/zscripts/keybindrc.zsh')
-rwxr-xr-xzsh/zscripts/keybindrc.zsh3
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