This commit is contained in:
KK
2026-06-27 14:27:02 +02:00
parent ac1005b842
commit a2cecfe691
5 changed files with 17 additions and 6 deletions

View File

@@ -4,6 +4,9 @@
# set -g extended-keys on
# set -g extended-keys-format csi-u
# To fix ctrl-b + direction (hjkl) switching pane multiple times after hitting the direction again
set-option -g repeat-time 150
# Index windows/tabs and panes from 1 instead of 0.
set -g base-index 1
setw -g pane-base-index 1