Skip to content

Instantly share code, notes, and snippets.

@kostakoff
Created June 11, 2026 16:06
Show Gist options
  • Select an option

  • Save kostakoff/9efd22a476e5af979dc9b901c4009931 to your computer and use it in GitHub Desktop.

Select an option

Save kostakoff/9efd22a476e5af979dc9b901c4009931 to your computer and use it in GitHub Desktop.
tmux
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