Ctrl+S (horizontal split) not working with Command-T in vim

混江龙づ霸主 提交于 2019-12-03 07:01:32
Ingo Karkat

In most terminals, Vim cannot distinguish between Enter and its combinations with Ctrl or Shift, unfortunately; these only work in GVIM.

The terminal's flow control commands may interfere with Ctrl-S and Ctrl-Q; this can be fixed (in the terminal, not in Vim!) with

stty start undef stop undef

in ~/.bashrc, ~/.zshrc, etc.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!