From 886931a360e62f6ce23b69f3342dbd8619f7f075 Mon Sep 17 00:00:00 2001
From: "martin f. krafft" <madduck@madduck.net>
Date: Wed, 3 Aug 2011 08:50:07 +0200
Subject: [PATCH] insert timestamp with esc-t

---
 .zsh/zshrc/80_zle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.zsh/zshrc/80_zle b/.zsh/zshrc/80_zle
index 8dd36ef..9439cae 100644
--- a/.zsh/zshrc/80_zle
+++ b/.zsh/zshrc/80_zle
@@ -21,7 +21,7 @@ bindkey '\ee' edit-command-line
 
 _insert_datestamp() { LBUFFER+=${(%):-'%D{%Y.%m.%d}'}:; }
 zle -N insert-datestamp _insert_datestamp
-bindkey '^t' insert-datestamp
+bindkey '\et' insert-datestamp
 
 # prefix search (up to cursor position)
 autoload history-search-end
-- 
2.39.5