|
3 years ago | |
---|---|---|
.. | ||
themes | 3 years ago | |
README.md | 3 years ago |
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 |
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
<leader><pgup>
<space>
<enter>
<leader> :save-buffer <filepath>