summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2008-10-24 16:37:30 +0200
committerHugues Hiegel <hugues@hiegel.fr>2008-10-28 11:59:43 +0100
commitef2fd43bb34f6690a34237828b40eb3b5b1cce59 (patch)
tree7647724a216529e6ea9e7479e70d617553aadb21
parent83d1ed2a61e96d581ebdba4055437d78ae0e4a83 (diff)
ESC-L bound to lowercase instead of 'clear', which is never used (because I prefer 'reset', bound to ESC-R)
-rw-r--r--user:hugues/KeyBindings.zsh3
1 files changed, 2 insertions, 1 deletions
diff --git a/user:hugues/KeyBindings.zsh b/user:hugues/KeyBindings.zsh
index d9ae02f..fcfd7b4 100644
--- a/user:hugues/KeyBindings.zsh
+++ b/user:hugues/KeyBindings.zsh
@@ -224,4 +224,5 @@ bindkey -s 'S' 'Q svn status\n'
bindkey -s 'X' 'Q exec zsh\n'
-bindkey -s 'L' 'Q clear\n'
+# conflicts with "lowercase word"
+#bindkey -s 'L' 'Q clear\n'