Commit 81be467ba139950aad895fc241d480fb0e9b052c

Fix prefix+H/L used twice
Keep the use for resizing and move windows using Alt+h/l.
Author: xaizek
Author date (UTC): 2026-08-30 09:03
Committer name: xaizek
Committer date (UTC): 2026-08-30 09:03
Parent(s): 2569af728e2a824afb35b5cd2081ba4676b6c6c9
Signing key: 99DC5E4DB05F6BE2
Tree: a39f019d4a66cefbdd0a3d598e95e0cde8b4856d
File Lines added Lines deleted
tmux.conf 2 2
File tmux.conf changed (mode: 100644) (index 1392d8c..72c4d6f)
... ... bind -r K resize-pane -U 5
70 70 bind -r L resize-pane -R 5 bind -r L resize-pane -R 5
71 71
72 72 # move current window (tab) left or right (C-h didn't work for some reason) # move current window (tab) left or right (C-h didn't work for some reason)
73 bind -r H swap-window -d -t -1
74 bind -r L swap-window -d -t +1
73 bind -r M-h swap-window -d -t -1
74 bind -r M-l swap-window -d -t +1
75 75
76 76 # toggle between two last visited windows # toggle between two last visited windows
77 77 bind ' ' last-window bind ' ' last-window
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dotfiles

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dotfiles

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master