tmux: start split panes in current directory
This commit is contained in:
parent
0ea59e9826
commit
570ea1689e
1 changed files with 3 additions and 0 deletions
|
|
@ -52,3 +52,6 @@ set-environment -g COLORTERM "truecolor"
|
||||||
# Display messages longer (ms)
|
# Display messages longer (ms)
|
||||||
#set-option -g display-time 4000
|
#set-option -g display-time 4000
|
||||||
|
|
||||||
|
# Splits start with $PWD from source pane
|
||||||
|
bind '"' split-window -v -c "#{pane_current_path}"
|
||||||
|
bind % split-window -h -c "#{pane_current_path}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue