This commit is contained in:
= 2024-07-16 08:47:31 -06:00
parent 69ccc8e40e
commit 4d87015dc0
129 changed files with 7 additions and 1 deletions

View File

@ -72,6 +72,12 @@ bind-key -n £ select-window -t 3
bind-key -n ¢ select-window -t 4
# Select Window (Linux)
bind-key -n M-1 select-window -t 1
bind-key -n M-2 select-window -t 2
bind-key -n M-3 select-window -t 3
bind-key -n M-4 select-window -t 4
# Swap Window
bind -r "<" swap-window -d -t -1
bind -r ">" swap-window -d -t +1

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More