Skip to content

Instantly share code, notes, and snippets.

@tbhockey
Created November 5, 2019 21:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tbhockey/1e42fb4a2894cd55a5251478de635865 to your computer and use it in GitHub Desktop.
Save tbhockey/1e42fb4a2894cd55a5251478de635865 to your computer and use it in GitHub Desktop.
tmux.conf
# remap prefix to Control-a
set -g prefix C-a
# bind 'C-a C-a' to type 'C-a'
bind C-a send-prefix
unbind C-b
# bind 'r' to reload .tmux.conf
bind r source-file ~/.tmux.conf \; display "Reloaded ~/.tmux.conf"
bind | split-window -h
bind - split-window -v
#-------------------------------------------------------#
# Set pane colours
#-------------------------------------------------------#
# set inactive/active window styles
set -g window-style 'fg=#9e9e9e,bg=#4e4e4e'
set -g window-active-style 'fg=#d8d8d8,bg=#2b2b2b'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment