Commit c9ea0e0c6fdf8cc4c2e9700d0a665345d3457150

More readable Prefix+r binding in tmux
Author: xaizek
Author date (UTC): 2025-09-11 11:17
Committer name: xaizek
Committer date (UTC): 2025-09-11 11:17
Parent(s): d52e6b613471d0789e5e8d8a3fe7b650da0b6cd5
Signing key: 99DC5E4DB05F6BE2
Tree: 8dc82ffc1524a7649a6c4a50be79958aab20748c
File Lines added Lines deleted
tmux.conf 2 1
File tmux.conf changed (mode: 100644) (index ec5c460..3c4c66c)
... ... bind-key -T copy-mode-vi '^v' send-keys -X rectangle-toggle
25 25 bind-key -T copy-mode-vi 'y' send-keys -X copy-selection bind-key -T copy-mode-vi 'y' send-keys -X copy-selection
26 26
27 27 # reload config (prefix + r) # reload config (prefix + r)
28 bind-key r source ~/.tmux.conf \; display "Configuration reloaded!"
28 bind-key r source ~/.tmux.conf \; \
29 display "Configuration reloaded!"
29 30
30 31 # rebind vertical and horizontal splitting shortcuts # rebind vertical and horizontal splitting shortcuts
31 32 unbind-key % unbind-key %
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