You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @resurrect-strategy-vim 'session' # for vim
set -g @resurrect-capture-pane-contents 'on' # 开启恢复面板内容功能
set -g @resurrect-save-shell-history 'on'
# Other examples:
# set -g @plugin 'github_username/plugin_name'
# set -g @plugin '[email protected]/user/plugin'
# set -g @plugin '[email protected]/user/plugin'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run -b '~/.tmux/plugins/tpm/tpm'
功能我觉得很满意,只是恢复vim打开的文件之后,显示如下图,有些地方一行代码只显示一个字母
然后vim,Normal模式下按G光标移动到底部内容就全部刷新出来了。
The text was updated successfully, but these errors were encountered:
您好,按照您的文章Tmux使用手册我进行了一下配置,并在vim中安装了插件。
功能我觉得很满意,只是恢复vim打开的文件之后,显示如下图,有些地方一行代码只显示一个字母
然后vim,
Normal
模式下按G光标移动到底部内容就全部刷新出来了。The text was updated successfully, but these errors were encountered: