From: Mark Wooding Date: Thu, 16 Nov 2017 12:24:45 +0000 (+0000) Subject: dot/zshrc: Fix behaviour of M-l. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/e367427733654928c4cfd574bf230a90f0cbf25a dot/zshrc: Fix behaviour of M-l. --- 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