From 64d0e35ca436f10936e7b7c4d65c123d068d8f14 Mon Sep 17 00:00:00 2001
From: Sorin Ionescu <sorin.ionescu@gmail.com>
Date: Sun, 18 Mar 2012 10:17:57 -0400
Subject: [PATCH] Remove already defined key bindings

---
 keyboard.zsh | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/keyboard.zsh b/keyboard.zsh
index b898c88..9293d93 100644
--- a/keyboard.zsh
+++ b/keyboard.zsh
@@ -81,13 +81,7 @@ if [[ "$keymap" == (emacs|) ]]; then
   [[ -n "$keyinfo[Control]" ]] && \
     bindkey -M emacs "$keyinfo[Control]U" backward-kill-line
 
-  # Kill to the beginning of the word.
-  [[ -n "$keyinfo[Control]" ]] && \
-    bindkey -M emacs "$keyinfo[Control]W" backward-kill-word
-
-  # Undo/Redo
-  [[ -n "$keyinfo[Control]" ]] && \
-    bindkey -M emacs "$keyinfo[Control]_" undo
+  # Redo
   [[ -n "$keyinfo[Escape]" ]] && \
     bindkey -M emacs "$keyinfo[Escape]_" redo