Skip to content

Instantly share code, notes, and snippets.

@dave-f
Created January 22, 2020 10:09
Show Gist options
  • Save dave-f/edcb22b97ea7a3c532ef92fa957a5f2a to your computer and use it in GitHub Desktop.
Save dave-f/edcb22b97ea7a3c532ef92fa957a5f2a to your computer and use it in GitHub Desktop.
tmux configuration
unbind C-b
set -g prefix C-a
set -s escape-time 0
bind-key C-a last-window
bind-key a send-prefix
set -g base-index 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment