Skip to content

Instantly share code, notes, and snippets.

@Abreto
Last active October 25, 2022 16:45
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 Abreto/6c7425be5386b7960550dff21aa9a6e0 to your computer and use it in GitHub Desktop.
Save Abreto/6c7425be5386b7960550dff21aa9a6e0 to your computer and use it in GitHub Desktop.
Tiny custom configurations
set -g default-terminal "screen-256color"
set-window-option -g mode-keys vi
bind-key -T copy-mode-vi 'v' send -X begin-selection
bind-key -T copy-mode-vi 'y' send -X copy-selection-and-cancel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment