dot/zshrc: Fix behaviour of M-l.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 16 Nov 2017 12:24:45 +0000 (12:24 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 16 Nov 2017 12:24:45 +0000 (12:24 +0000)
dot/zshrc

index 8ee287a..d280c14 100644 (file)
--- 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