This is a tmux plugin defining screen key bindings.
- tmux
screenkey bindings copied from the file examples/screen-keys.conf in the GitHub project ddollar/tmux
Installation with Tmux Plugin Manager or gpakosz/.tmux (recommended)
Add plugin to the list of TPM plugins in .tmux.conf (or to .tmux.conf.local if you use gpakosz/.tmux):
set -g @plugin 'kratocz/tmux-screen'Optinally you can also set Ctrl+A to work as the prefix key too (it's Ctrl+B by default in tmux), so you will have in your config file these additional lines:
set -g @plugin 'kratocz/tmux-screen'
set -g prefix C-aHit prefix + I to fetch the plugin and source it. That's it!
Clone the repo:
$ git clone https://github.com/kratocz/tmux-screen ~/clone/path
Add this line to the bottom of .tmux.conf (or to .tmux.conf.local if you use gpakosz/.tmux):
run-shell ~/clone/path/screen.tmuxReload TMUX environment with $ tmux source-file ~/.tmux.conf, and that's it.