Tmux 的配置文件
# New window starts in the same directory as the current pane
bind-key c new-window -c "#{pane_current_path}"
# Split window horizontally, keep current working directory
bind-key % split-window -h -c "#{pane_current_path}"
# Split window vertically, keep current working directory
bind-key '"' split-window -c "#{pane_current_path}"

浙公网安备 33010602011771号