Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Created June 30, 2023 04:29
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 miguelmota/450c0f4cf06b6f7e42360c6038460bf3 to your computer and use it in GitHub Desktop.
Save miguelmota/450c0f4cf06b6f7e42360c6038460bf3 to your computer and use it in GitHub Desktop.
tmux copy/paste default key bindings instructions
`prefix+[` to enter copy mode
navigate to the start or the end of text selection with arrow keys
press `control+space` to start selection
move to opposite end of text to copy with arrow keys
press `control+w` to copy selected text
in the same tmux session, paste with `prefix+]`, to paste into vim, paste with prefix+] in vim insert mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment