diff options
| author | Skladnayazebra <skladnayazebra@gmail.com> | 2026-04-02 14:57:31 +0200 |
|---|---|---|
| committer | Skladnayazebra <skladnayazebra@gmail.com> | 2026-04-02 14:57:31 +0200 |
| commit | 092a4cc41876103b8e9186dbeafb89469465d641 (patch) | |
| tree | f57cb94e4a8737ca8e49a134a4e644d2397b9aaf /tmux | |
| parent | b4020aecc3d5c3a9e39786576560e97ea6a5d923 (diff) | |
tmux: set base-index to 1
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 3125892..cbe9288 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -3,6 +3,7 @@ unbind r bind r source-file ~/.config/tmux/tmux.conf set -g mouse on +set -g base-index 1 # allows to use vim bindings in scroll mode - key [ set-window-option -g mode-keys vi |
