Skip to content

Instantly share code, notes, and snippets.

@andoniabedul
Created January 17, 2024 18:13
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 andoniabedul/be4ca9e1b4e503684557fd0656fe5d4d to your computer and use it in GitHub Desktop.
Save andoniabedul/be4ca9e1b4e503684557fd0656fe5d4d to your computer and use it in GitHub Desktop.
.tmux.conf
set -g default-terminal "xterm-256color"
set -ga terminal-overrides ",*256col*:Tc"
bind-key Right next-window\; display-message "next-window"
bind-key Left previous-window\; display-message "previous window"
bind-key c new-window\; display-message "new window opened"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment