2020-05-22 02:00:49 +02:00
|
|
|
set -g prefix F12
|
|
|
|
unbind-key -n C-a
|
|
|
|
|
|
|
|
bind-key -n M-F1 display-panes \; split-window -v -c "#{pane_current_path}"
|
|
|
|
bind-key -n C-F1 display-panes \; split-window -h -c "#{pane_current_path}"
|
|
|
|
bind-key -n F1 new-window -c "#{pane_current_path}" \; rename-window "-"
|
|
|
|
bind-key -n F2 previous-window
|
|
|
|
bind-key -n F3 next-window
|
2022-01-24 05:01:04 +01:00
|
|
|
bind-key -n S-F2 previous-split
|
|
|
|
bind-key -n S-F3 next-split
|