mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
tmux: use builtin switch to last session
lol I reinvented the wheel
This commit is contained in:
parent
3f46bd7c81
commit
38b704da0e
3 changed files with 3 additions and 24 deletions
|
|
@ -72,6 +72,9 @@ bind -T copy-mode-vi C-t select-window -t 2
|
|||
bind -T copy-mode-vi C-n select-window -t 3
|
||||
bind -T copy-mode-vi C-s select-window -t 4
|
||||
|
||||
# easier to hit than L
|
||||
bind l switch-client -l
|
||||
|
||||
# CLOK
|
||||
bind C-t clock-mode
|
||||
set -g clock-mode-style 24
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue