Skip to content

Instantly share code, notes, and snippets.

@murphybytes
Created January 5, 2026 19:13
Show Gist options
  • Select an option

  • Save murphybytes/b9b305b00f9d80d765fa6415a48d9715 to your computer and use it in GitHub Desktop.

Select an option

Save murphybytes/b9b305b00f9d80d765fa6415a48d9715 to your computer and use it in GitHub Desktop.
tmux config
set-option default-terminal "xterm-256color"
set -g mode-keys vi
bind Escape copy-mode
unbind p
bind p paste-buffer
bind-key -T copy-mode-vi 'v' send -X begin-selection
bind-key -T copy-mode-vi 'y' send -X copy-selection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment