|
|
@ -5,6 +5,7 @@ |
|
|
|
<!-- vim-markdown-toc GFM --> |
|
|
|
|
|
|
|
* [Shortcuts](#shortcuts) |
|
|
|
* [Plugins](#plugins) |
|
|
|
* [Notes](#notes) |
|
|
|
* [Copying and save buffer](#copying-and-save-buffer) |
|
|
|
|
|
|
@ -15,16 +16,26 @@ |
|
|
|
|
|
|
|
**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 | |
|
|
|
| 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 | |
|
|
|
| `<leader>I` | TPM: Fetch and install plugins, reload tmux | |
|
|
|
| `<leader>U` | TPM: Update plugin(s) | |
|
|
|
| `<leader><alt><u>` | TPM: Remove plugins not in tmux.conf | |
|
|
|
|
|
|
|
|
|
|
|
## Plugins |
|
|
|
|
|
|
|
* [TPM](https://github.com/tmux-plugins/tpm) Plugin Manager |
|
|
|
* [Nord Theme](https://github.com/arcticicestudio/nord-tmux) |
|
|
|
|
|
|
|
|
|
|
|
## Notes |
|
|
|
|
|
|
|