Skip to content

Instantly share code, notes, and snippets.

@alex-leonhardt
Created October 4, 2014 21:20
Show Gist options
  • Save alex-leonhardt/754d07c52ce0518f7cd8 to your computer and use it in GitHub Desktop.
Save alex-leonhardt/754d07c52ce0518f7cd8 to your computer and use it in GitHub Desktop.
tmux
# force a reload of the config file
unbind r
bind r source-file ~/.tmux.conf
# quick pane cycling
unbind ^A
bind ^A select-pane -t :.+
# enable activity alerts
setw -g monitor-activity on
set -g visual-activity on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment