Skip to content

Instantly share code, notes, and snippets.

@Y4suyuki
Created November 6, 2022 06:25
Show Gist options
  • Save Y4suyuki/c793f4b59e4f23b7522f0595fd4394eb to your computer and use it in GitHub Desktop.
Save Y4suyuki/c793f4b59e4f23b7522f0595fd4394eb to your computer and use it in GitHub Desktop.
google cloud cloud shell tmux setup
# 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