mirror of
https://github.com/tmux-plugins/tmux-logging.git
synced 2026-09-10 07:16:28 -04:00
Document customizations for keybindings and logging locations
This commit is contained in:
parent
b085ad423b
commit
8e493f6e2b
15
README.md
15
README.md
|
|
@ -56,6 +56,21 @@ Key binding: `prefix + alt + c`
|
|||
|
||||
This is just a convenience key binding.
|
||||
|
||||
### Settings
|
||||
|
||||
Keybindings could be customized with
|
||||
|
||||
set -g @logging_key "P" # Shift-p
|
||||
set -g @screen-capture-key "M-p" # Alt-p
|
||||
set -g @save-complete-history-key "M-P" # Alt-Shift-p
|
||||
set -g @clear-history-key "M-c" # Alt-c
|
||||
|
||||
Besides, logging locations could be customized as well.
|
||||
|
||||
set -g @logging-path "~" # default $HOME
|
||||
set -g @screen-capture-path "~"
|
||||
set -g @save-complete-history-path "~"
|
||||
|
||||
### Installation with [Tmux Plugin Manager](https://github.com/tmux-plugins/tpm) (recommended)
|
||||
|
||||
Add plugin to the list of TPM plugins in `.tmux.conf`:
|
||||
|
|
|
|||
Loading…
Reference in a new issue