My dotfiles utilizing Chezmoi for management https://www.chezmoi.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Ryan Reed 30a19be8ca Initial commit 3 years ago
..
themes Initial commit 3 years ago
README.md Initial commit 3 years ago

README.md

Tmux

Table of Contents

Shortcuts

Leader Combo: ctrl + a

Shortcut Description
<leader>| Split Vertically
<leader>- Split Horizontally
<leader>m Toggle mouse mode
<leader>P Save current window to file (32000 lines)
<leader>H Toggle logging of session
<leader>r Reload tmux configuration
<leader>T Make current window first window
<leader>PgUp Enter copy mode

Notes

Copying and save buffer

This can be done through the shortcut <leader>P which will ask where to save the entire buffer of the current window, up to 32000 lines.

Below is the manual method for saving a selection rather than the whole buffer

  1. <leader><pgup>
  2. Move to line you want to start copying from
  3. <space>
  4. Move to last line
  5. <enter>
  6. <leader> :save-buffer <filepath>