Commit b96ee188cbec6ddbe9ff04cdf9f04109bd6099dc

Add shortcuts to move windows (tabs) in tmux
prefix+H and prefix+L.
Author: xaizek
Author date (UTC): 2025-12-30 15:18
Committer name: xaizek
Committer date (UTC): 2025-12-30 15:18
Parent(s): 789b5f631207649a69a9d8c1c1395c2f07fde5c2
Signing key: 99DC5E4DB05F6BE2
Tree: d5c1ce4c5233b633d96b3481de4b6c9fe80def56
File Lines added Lines deleted
tmux.conf 4 0
File tmux.conf changed (mode: 100644) (index 3cfa373..1392d8c)
... ... bind -r J resize-pane -D 5
69 69 bind -r K resize-pane -U 5 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 # 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
75
72 76 # toggle between two last visited windows # toggle between two last visited windows
73 77 bind ' ' last-window bind ' ' last-window
74 78
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