broke it for old tmux, let's try this again
This commit is contained in:
parent
3e179ca171
commit
34636bf08a
3 changed files with 8 additions and 5 deletions
5
f-keys
5
f-keys
|
|
@ -31,10 +31,5 @@ bind-key W resize-pane -U 5
|
|||
bind-key A resize-pane -L 5
|
||||
bind-key D resize-pane -R 5
|
||||
|
||||
# move windows
|
||||
bind-key Left swap-window -t -1\; select-window -t -1
|
||||
bind-key Right swap-window -t +1\; select-window -t +1
|
||||
|
||||
|
||||
# reload config file
|
||||
bind r source-file ~/.tmux.conf
|
||||
|
|
|
|||
|
|
@ -10,6 +10,10 @@ set -g default-terminal "screen-256color"
|
|||
# source ~/fmux/f-keys, which adds the useful byobu F-key shortcuts
|
||||
source ~/fmux/f-keys
|
||||
|
||||
# keys for moving windows
|
||||
bind-key -n Left swap-window -t -1
|
||||
bind-key -n Right swap-window -t +1
|
||||
|
||||
# pane border colors
|
||||
|
||||
set -g pane-border-style fg=black
|
||||
|
|
|
|||
|
|
@ -10,6 +10,10 @@ set -g default-terminal "screen-256color"
|
|||
# source ~/fmux/f-keys, which adds the useful byobu F-key shortcuts
|
||||
source ~/fmux/f-keys
|
||||
|
||||
# keys for window movement
|
||||
bind-key Left swap-window -t -1\; select-window -t -1
|
||||
bind-key Right swap-window -t +1\; select-window -t +1
|
||||
|
||||
# pane border colors
|
||||
|
||||
set -g pane-border-fg black
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue