Last active
October 25, 2022 16:45
-
-
Save Abreto/6c7425be5386b7960550dff21aa9a6e0 to your computer and use it in GitHub Desktop.
Tiny custom configurations
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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