Last active
March 5, 2020 14:10
-
-
Save holmeszyx/f68f3fbd384ed661d5c9a86ff3a1d2e0 to your computer and use it in GitHub Desktop.
tmux 从当前目录创建新panel
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
bind '"' split-window -c "#{pane_current_path}" | |
bind % split-window -h -c "#{pane_current_path}" | |
bind c new-window -c "#{pane_current_path}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment