diff options
| author | Anton Bobov <anton@bobov.name> | 2022-11-27 16:27:36 +0100 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2022-11-27 16:27:36 +0100 |
| commit | b7d338b6c02b62619d4e77807483ca33f04516bc (patch) | |
| tree | 8680a0faa4fd9b2cd556ebc257d465cebb12b599 /files | |
| parent | f44445e0b67d3135cda8cea80908e5ca9802b40b (diff) | |
tmux: added key to switch last 2 panes
Diffstat (limited to 'files')
| -rw-r--r-- | files/.tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/.tmux.conf b/files/.tmux.conf index 9e64f9a..41bc393 100644 --- a/files/.tmux.conf +++ b/files/.tmux.conf @@ -53,6 +53,7 @@ if-shell -b '[ "$(echo "$TMUX_VERSION >= 3.0" | bc)" = 1 ]' " \ # toggle last 2 windows bind Tab last-window +bind BTab swap-pane -t - # Status bar set -g status-right "$USER@#h %H:%M" |
