dotfiles/config/.byobu/keybindings.tmux

11 lines
380 B
Plaintext
Raw Normal View History

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
bind-key -n S-F2 previous-split
bind-key -n S-F3 next-split