Skip to content

Instantly share code, notes, and snippets.

@automagicaly
Created November 14, 2017 16:23
Show Gist options
  • Save automagicaly/57a4322dac1300a76dcf18d05d21d683 to your computer and use it in GitHub Desktop.
Save automagicaly/57a4322dac1300a76dcf18d05d21d683 to your computer and use it in GitHub Desktop.
My tmux configuration
# redefine Prefix
unbind C-b
set -g prefix C-a
bind C-a send-prefix
# Vi copypaste mode
set-window-option -g mode-keys vi
# don't rename windows automatically
set-option -g allow-rename off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment