Vim goes whack with tmux

前端 未结 1 495
我寻月下人不归
我寻月下人不归 2021-01-31 21:15

\"enter

NERDTree goes whack in tmux session as in the picture. The same problem exists whe

1条回答
  •  失恋的感觉
    2021-01-31 21:47

    I figured the solution after a long time, looking at a dotfile repo in github. It was just a single line of code that made the communication between Vim and Tmux smooth.

    In the .tmux.conf file, add this line

    set-window-option -g utf8 on
    

    0 讨论(0)
提交回复
热议问题