On 08/02/2010 07:17 AM, JOHNER Jean 066030 wrote:
> Hello,
> 
> Typing CTRL-S in a Mintty bash session has the effect of holding it
> until CTRL-Q is typed.
> It happens that CRTL-S is also the Windows standard for saving a file
> (NotePad, WordPad, Office ...) so that it is mapped to :w in my .vimrc.
> 
> Is there a way to inactivate this CTRL-S hold in Mintty.

Yes - use stty.  For example, my ~/.bash_profile contains:

if tty --quiet ; then
  stty start undef
fi

-- 
Eric Blake   ebl...@redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to