tmux-yank
tmux-yank copied to clipboard
[Feature Request] improve documentation for options
The scripts/helpers.sh file defines a lot of configurable options that can be set in one's .tmux.conf file. It would be nice to have exhaustive documentation of these in README.md.
For example, you can do set -g @yank_line 'C-y' in your .tmux.conf to change the yank-line keybinding from prefix + y to prefix + C-y. Currently this is undocumented.
Here is some (possibly incomplete?) documentation I've put together:
Mappings defined via tmux-yank:
y=> yank incopy-modeandcopy-mode-vi, controlled by@copy_mode_yankY=> put incopy-modeandcopy-mode-vi, controlled by@copy_mode_putM-y=> yank&put incopy-modeandcopy-mode-vi, controlled by@copy_mode_yank_put!=> yank&put w/o newline incopy-modeandcopy-mode-vi, controlled by@copy_mode_yank_put_wo_newlineprefix + y=> yank line in normal mode, controlled by@yank_lineprefix + Y=> yank$PWDin normal mode, controlled by@yank_pane_pwd