11 lines
276 B
Plaintext
11 lines
276 B
Plaintext
setw -g mouse on
|
|
|
|
# Bindings
|
|
bind C-Y set-window-option synchronize-panes
|
|
bind -n C-k clear-history
|
|
|
|
# New panes in the same directory
|
|
bind '"' split-window -c "#{pane_current_path}"
|
|
bind % split-window -h -c "#{pane_current_path}"
|
|
bind c new-window -c "#{pane_current_path}"
|