Created
November 6, 2022 06:25
-
-
Save Y4suyuki/c793f4b59e4f23b7522f0595fd4394eb to your computer and use it in GitHub Desktop.
google cloud cloud shell tmux setup
This file contains hidden or 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
# use vim keybindings in copy mode | |
set-option -g mouse on | |
setw -g mode-keys vi | |
set-option -s set-clipboard off | |
bind-key -t vi-copy 'v' begin-selection | |
bind-key -t vi-copy 'y' copy-selection | |
set-option -g status on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment