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

Re: mlterm的使用问题



关闭此功能
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 <s5unty@gmail.com> wrote:
mlterm有两个快捷键Ctrl-S和Ctrl-Q,用来暂停和恢复shell。但这
防碍我在Vim中使用列选择模式,因为Vim默认使用Ctrl-Q进入列选择
模式。

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

--
Vern
2007-02-11


--
To UNSUBSCRIBE, email to debian-chinese-gb-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: