Add default path for tmux
This commit is contained in:
parent
80388985f9
commit
f3c2c587af
1 changed files with 3 additions and 0 deletions
|
|
@ -34,6 +34,9 @@ bind Down swap-pane -D
|
||||||
# Reload key
|
# Reload key
|
||||||
bind r source-file ~/.tmux.conf
|
bind r source-file ~/.tmux.conf
|
||||||
|
|
||||||
|
# Set default path
|
||||||
|
bind R set-option default-path "$PWD"
|
||||||
|
|
||||||
# Moving between windows
|
# Moving between windows
|
||||||
#bind " " next-window
|
#bind " " next-window
|
||||||
#bind BSpace previous-window
|
#bind BSpace previous-window
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue