Skip to content

Instantly share code, notes, and snippets.

@holmeszyx
Last active March 5, 2020 14:10
Show Gist options
  • Save holmeszyx/f68f3fbd384ed661d5c9a86ff3a1d2e0 to your computer and use it in GitHub Desktop.
Save holmeszyx/f68f3fbd384ed661d5c9a86ff3a1d2e0 to your computer and use it in GitHub Desktop.
tmux 从当前目录创建新panel
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