Skip to content

Instantly share code, notes, and snippets.

@dcpc007
Created January 24, 2017 15:53
Show Gist options
  • Save dcpc007/0040d6fcbc9bd173cb6dc18499069b9d to your computer and use it in GitHub Desktop.
Save dcpc007/0040d6fcbc9bd173cb6dc18499069b9d to your computer and use it in GitHub Desktop.
#Config DCPC 2017/01
#main Bind key as screen
set -g prefix C-a
unbind c-b
bind C-a send-prefix
#Specific Bind keys
bind e setw synchronize-panes
#Scrollback history size
set -g history-limit 10000
#Reload ~/.tmux.conf en live
bind R source-file ~/.tmux.conf \; display "Reloaded !"
bind S source-file ~/git/configDC/tmux/slplic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment