Skip to content

Instantly share code, notes, and snippets.

@pallas
Last active August 21, 2020 22:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pallas/7053091fba0cbfeec1f8b4334531bd67 to your computer and use it in GitHub Desktop.
Save pallas/7053091fba0cbfeec1f8b4334531bd67 to your computer and use it in GitHub Desktop.
tmux.conf
unbind C-b
set -g prefix C-a
bind-key a send-prefix
bind-key C-c new-window
bind-key C-a last-window
bind-key C-n next-window
bind-key C-p previous-window
bind-key C-d detach-client
setw -g aggressive-resize on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment