Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我正在运行 tmux 并使用“ls”在屏幕上显示某些内容。然后我进入 Vim 编辑一些文件。退出 Vim 后,tmux 会删除 bash 提示符上方的所有文本(不像 clear 命令,因为提示符保留在同一个位置)。
有没有办法防止这种行为?我在 OS X 上的 Terminal.app 中使用 tmux 1.3。
如果您的版本tmux有此选项,请将此行添加到您的~/.tmux.conf:
tmux
~/.tmux.conf
set-window-option -g alternate-screen on
试着把它放在你的 .vimrc 文件中:
set t_ti= t_te=