Skip to content

Instantly share code, notes, and snippets.

@shashwat001
Last active July 4, 2019 04:51
Show Gist options
  • Select an option

  • Save shashwat001/2933719daa183da65ab0975b10eac174 to your computer and use it in GitHub Desktop.

Select an option

Save shashwat001/2933719daa183da65ab0975b10eac174 to your computer and use it in GitHub Desktop.
location: ~/.tmux.conf
unbind C-b
set -g prefix C-a
bind C-a send-prefix
set -g set-titles on
set -g set-titles-string '#T'
bind-key C-Left swap-window -t -1
bind-key C-Right swap-window -t +1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment