Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: bindkey problem



> why would you want to disable [^s / ^q]?

Good question. They're of historic utility (I don't find their default
pause/resume useful), and mostly just cause confusion when
accidentally pressed. Furthermore, it's great to free up a couple more
convenient/comfortable sequences. Traditionally, tools like screen and
tmux use ^a and ^b as their hotkeys. But those have terrible
collisions with emacs/vi bindings. I bind ^q for my tmux "prefix" and
love it. It's also very similar to reaching for vim's ^w window
bindings. Highly recommended tmux binding.

--
twitter:@MicahElliott  |  email:mde@xxxxxxxxxxxxxxxx  |  http://membean.com
Remember your words with Membean!


On Thu, May 22, 2014 at 7:00 AM, Akihiko Hohji <akhst7@xxxxxx> wrote:
> Just curiosity, why would you want to disable these two blndkey ?
>
> AKi
>
>
> On May 22, 2014, at 12:25 AM, Manfred Lotz <manfred.lotz@xxxxxxxx> wrote:
>
>> On Wed, 21 May 2014 18:51:57 -0700
>> Micah Elliott <mde@xxxxxxxxxxxxxxxx> wrote:
>>
>>> You might also need to do this:
>>>
>>> stty stop ''
>>> stty start ''
>>> stty -ixon
>>> stty -ixoff
>>>
>>> (from https://coderwall.com/p/ltiqsq)
>>>
>>> But maybe that's what no_flow_control is effectively doing.
>>>
>>
>> Yes, probably as no_flow_control was sufficient to turn it off. No additional stty
>> commands required.
>>
>> --
>> Thanks, Manfred
>



Messages sorted by: Reverse Date, Date, Thread, Author