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}"
posted @ 2025-08-24 23:32  Guanjie255  阅读(6)  评论(0)    收藏  举报