From 66bff0b5ef46550866c959bb745a61363dc5331f Mon Sep 17 00:00:00 2001
From: Timmy Keller <tjk@tjkeller.xyz>
Date: Thu, 16 Jun 2022 15:19:16 -0500
Subject: zplug commit

---
 zsh/zscripts/keybindrc.zsh | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'zsh/zscripts/keybindrc.zsh')

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
-- 
cgit v1.2.3