Skip to content

Instantly share code, notes, and snippets.

@diegogub
Created August 31, 2021 11:21
Show Gist options
  • Save diegogub/6401c78ef8694dbd890409e30bcf7c2a to your computer and use it in GitHub Desktop.
Save diegogub/6401c78ef8694dbd890409e30bcf7c2a to your computer and use it in GitHub Desktop.
tmux config
set -g prefix C-s
bind C-s send-prefix
unbind C-b
set -g base-index 1
set -g escape-time 20
set -g mouse on
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
set -g status-fg white
set -g status-bg black
set -g:default-terminal "screen-256color"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment