|
|
@ -14,6 +14,12 @@ set -g automatic-rename on
|
|
|
|
bind-key v select-layout even-vertical
|
|
|
|
bind-key v select-layout even-vertical
|
|
|
|
bind-key h select-layout even-horizontal
|
|
|
|
bind-key h select-layout even-horizontal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# vimlike keybinds
|
|
|
|
|
|
|
|
bind -n M-h "select-pane -L"
|
|
|
|
|
|
|
|
bind -n M-j "select-pane -D"
|
|
|
|
|
|
|
|
bind -n M-k "select-pane -U"
|
|
|
|
|
|
|
|
bind -n M-l "select-pane -R"
|
|
|
|
|
|
|
|
|
|
|
|
# binds path to current one
|
|
|
|
# binds path to current one
|
|
|
|
bind-key a attach -c "#{pane_current_path}"
|
|
|
|
bind-key a attach -c "#{pane_current_path}"
|
|
|
|
|
|
|
|
|
|
|
|