Skip to content

Instantly share code, notes, and snippets.

@alfonsodev
Created November 28, 2014 10:29
Show Gist options
  • Select an option

  • Save alfonsodev/92e6205be7cde1518537 to your computer and use it in GitHub Desktop.

Select an option

Save alfonsodev/92e6205be7cde1518537 to your computer and use it in GitHub Desktop.
tmux configuration
$ vim ~/.tmux.conf
set -g mode-mouse on
set -g mouse-resize-pane on
set -g mouse-select-pane on
set -g mouse-select-window on
set -g mode-mouse on
set -g default-terminal "screen-256color"
:x!
$ tmux source-file ~/.tmux.conf
ctrl + b is the suffix
suffix + n next window
suffix + , rename window
suffix + % new horizontal pane
suffix + " new horizontal pane
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment