关闭此功能
stty -ixon -ixoff

打开此功能:
stty ixon ixoff

如果你希望总是禁用它,在你的.bashrc中加入:

# turn off XON/XOFF, but only for a tty
tty > /dev/null && stty -ixon -ixoff




On 2/11/07, Vern Sun <[EMAIL PROTECTED]> wrote:
mlterm有两个快捷键Ctrl-S和Ctrl-Q,用来暂停和恢复shell。但这
防碍我在Vim中使用列选择模式,因为Vim默认使用Ctrl-Q进入列选择
模式。

应该怎样屏蔽mlterm默认的这两个快捷键呢?谢谢!

--
Vern
2007-02-11


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


回复