Commit 4143f2233bc5397f61839d1359a2c989ece43662

Don't wrap on searching in tmux' copy mode
It's very confusing and I still can't wrap my head around backward
scroll indicator in tmux.
Author: xaizek
Author date (UTC): 2025-09-13 10:30
Committer name: xaizek
Committer date (UTC): 2025-09-13 10:30
Parent(s): 41971beb349e9376853973bbd955c2d69e6756ff
Signing key: 99DC5E4DB05F6BE2
Tree: aea0913fffe1452a6fa6d79e6f545ef143448e11
File Lines added Lines deleted
tmux.conf 3 0
File tmux.conf changed (mode: 100644) (index 251122c..3a41bb0)
... ... bind C-s send-prefix
12 12 # use vi-like shortcuts in copy modes # use vi-like shortcuts in copy modes
13 13 set -gw mode-keys vi set -gw mode-keys vi
14 14
15 # don't wrap search in copy mode
16 set -g wrap-search off
17
15 18 # don't wait for the next character after escape key # don't wait for the next character after escape key
16 19 set -g escape-time 0 set -g escape-time 0
17 20
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