From e367427733654928c4cfd574bf230a90f0cbf25a Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 16 Nov 2017 12:24:45 +0000 Subject: [PATCH] dot/zshrc: Fix behaviour of M-l. --- dot/zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot/zshrc b/dot/zshrc index 8ee287a..d280c14 100644 --- a/dot/zshrc +++ b/dot/zshrc @@ -59,8 +59,8 @@ bindkey "\et" transpose-words-bash bindkey "\e^t" transpose-words-shell bindkey "\eu" up-case-word-bash bindkey "\e^u" up-case-word-shell -bindkey "\el" up-case-word-bash -bindkey "\e^l" up-case-word-shell +bindkey "\el" down-case-word-bash +bindkey "\e^l" down-case-word-shell bindkey "\ec" capitalize-word-bash bindkey "\e^c" capitalize-word-shell -- 2.11.0