Created
June 11, 2026 16:06
-
-
Save kostakoff/9efd22a476e5af979dc9b901c4009931 to your computer and use it in GitHub Desktop.
tmux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| unbind C-b | |
| set -g prefix C-a | |
| bind C-a send-prefix | |
| set -g base-index 1 | |
| setw -g pane-base-index 1 | |
| set -g mouse on | |
| set -g history-limit 10000 | |
| bind r source-file ~/.tmux.conf \; display "Config reloaded!" | |
| bind | split-window -h | |
| bind - split-window -v | |
| set -g status-position top |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment