lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 575b959 1/3: Prevent zsh from disabling flow


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 575b959 1/3: Prevent zsh from disabling flow control
Date: Fri, 6 Oct 2017 13:33:25 -0400 (EDT)

branch: master
commit 575b95993f4877246ee700114da55e68fd2b393d
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Prevent zsh from disabling flow control
---
 README.schroot | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.schroot b/README.schroot
index 3d42efe..3951882 100644
--- a/README.schroot
+++ b/README.schroot
@@ -161,6 +161,9 @@ bindkey "^[[1;5D" backward-word  # Ctrl-left
 bindkey "^[[1;5C" forward-word   # Ctrl-right
 bindkey '\e[1;3D' backward-word  # Alt-left
 bindkey '\e[1;3C' forward-word   # Alt-right
+# By default, zsh unfortunately binds ^S for this purpose;
+# use ^T instead, leaving ^S for flow control.
+bindkey '^T' history-incremental-search-forward
 
 prompt='%d[%?]%(!.#.$)'
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]