Skip to content

Instantly share code, notes, and snippets.

@graugans
Last active February 5, 2020 12:39
Show Gist options
  • Select an option

  • Save graugans/e102f3057e7ca235a2cd797741cd4ef9 to your computer and use it in GitHub Desktop.

Select an option

Save graugans/e102f3057e7ca235a2cd797741cd4ef9 to your computer and use it in GitHub Desktop.
My tmux configuration
# Force a reload of the tmux config with
# CTRL-B r
unbind r
bind r source-file ~/.tmux.conf
# VIM mode in CTRL-B [
set-window-option -g mode-keys vi
# Start window numbering at 1
set -g base-index 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment