Open
Conversation
added 3 commits
May 12, 2019 23:26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
系统:Ubuntu 16.04 LTS,tmux 版本:2.8
完善 vim 切窗与 tmux 切窗无缝对接,如果 vim 是以 vi 命令启动的,同样可以自由切换窗格。
新窗口 / 窗格打开时,直接切换到当前路径。
修改鼠标支持的配置,以适配 tmux 2.1 以上版本。
利用 xclip 实现与系统剪贴板的无缝对接,增加 Ctrl-v 直接粘贴功能(无需 PREFIX)
切换窗格、更改窗格大小命令,支持重复。
增加 [ PREFIX - N ] 键,与 [ PREFIX - n ] 对应,分别为向前 / 向后切换窗口。[ PREFIX - T ] 这个键位不太友好,与 PREFIX 都在左手不太方便。