Update tmux for new-window path rooting
This commit is contained in:
parent
ab83497568
commit
57c2a6dcc9
1 changed files with 5 additions and 1 deletions
|
|
@ -32,10 +32,14 @@ bind Down swap-pane -D
|
|||
#bind Right swap-pane -R
|
||||
|
||||
# Reload key
|
||||
bind r source-file ~/.tmux.conf
|
||||
bind C-r source-file ~/.tmux.conf
|
||||
|
||||
# Set default path
|
||||
bind R set-option default-path "$PWD"
|
||||
bind C set-option default-path ""
|
||||
|
||||
# Start window in the session root
|
||||
bind r new-window -c -
|
||||
|
||||
# Moving between windows
|
||||
#bind " " next-window
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue