Ctrl + S is not working as a horizontal split in VIM when using CommandT

后端 未结 2 1690
無奈伤痛
無奈伤痛 2021-01-11 16:25

I\'ve been tweaking my ~/.vim quite a lot lately, and it seems that I broke something.

I\'m using the CommandT plugin, which when the search is open all

2条回答
  •  离开以前
    2021-01-11 16:50

    I've found solution for this problem here: https://apple.stackexchange.com/a/34503

    Just put in your .bashrc / .zshrc this line of code:

    stty -ixon -ixoff
    

提交回复
热议问题