Commit 01c1a89b1c0dd4df8b1efa7725b9e43900bbe2c3

Group copy mode bindings in tmux.conf together
Author: xaizek
Author date (UTC): 2025-09-18 18:00
Committer name: xaizek
Committer date (UTC): 2025-09-18 18:00
Parent(s): 5628680871afd935582a608fc4f45a84be70f8f5
Signing key: 99DC5E4DB05F6BE2
Tree: bf5f9a819c27a74cec86d74d3e0b008b178c9f29
File Lines added Lines deleted
tmux.conf 5 5
File tmux.conf changed (mode: 100644) (index edd31e9..3cfa373)
... ... bind -T copy-mode-vi V send-keys -X select-line
36 36 bind -T copy-mode-vi C-v send-keys -X rectangle-toggle bind -T copy-mode-vi C-v send-keys -X rectangle-toggle
37 37 bind -T copy-mode-vi y send-keys -X copy-selection bind -T copy-mode-vi y send-keys -X copy-selection
38 38
39 # copy copy-mode selection into primary selection of X
40 bind -T copy-mode-vi c send-keys -X copy-pipe-and-cancel "xsel --primary --input"
41 # copy copy-mode selection into clipboard of X
42 bind -T copy-mode-vi C send-keys -X copy-pipe-and-cancel "xsel --clipboard --input"
43
39 44 # reload config (prefix + r) # reload config (prefix + r)
40 45 bind r source ~/.tmux.conf \; \ bind r source ~/.tmux.conf \; \
41 46 display "Configuration reloaded!" display "Configuration reloaded!"
 
... ... set -g status-right-length 50
83 88
84 89 # display status bar at the top # display status bar at the top
85 90 set -g status-position top set -g status-position top
86
87 # copy copy-mode selection into primary selection of X
88 bind -T copy-mode-vi c send-keys -X copy-pipe-and-cancel "xsel --primary --input"
89 # copy copy-mode selection into clipboard of X
90 bind -T copy-mode-vi C send-keys -X copy-pipe-and-cancel "xsel --clipboard --input"
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