Skip to content

Instantly share code, notes, and snippets.

@pclouds
Created May 2, 2018 18:44
Show Gist options
  • Save pclouds/4948309c80a6572620d54bef2fbc234f to your computer and use it in GitHub Desktop.
Save pclouds/4948309c80a6572620d54bef2fbc234f to your computer and use it in GitHub Desktop.
set -g prefix C-a
unbind-key C-b
#bind-key -n C-b send-prefix
bind-key a send-prefix
bind-key C-a select-window -l
bind-key Tab last-pane
bind-key R new-window -n root -t 9 su
bind-key Space next-window
bind-key Escape copy-mode
bind-key C-Space select-pane -t :.+
set -g history-limit 5000
set-option -g pane-base-index 1
set -s escape-time 0
set -g display-panes-time 3000
#set-option base-index 1
#set -g status off
#set -g set-titles on
# set -g utf8 on
# xterm is on reverse video..
set-option -g message-bg black
set-option -g message-fg white
set-option -g status-fg white
set-option -g status-bg black
set-window-option -g window-status-current-bg red
set-window-option -g automatic-rename off
set-window-option -g allow-rename off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment