Skip to content

kratocz/tmux-screen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

tmux-screen

This is a tmux plugin defining screen key bindings.

Requirements

  • tmux

Features

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'

Ctrl+A

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-a

Hit prefix + I to fetch the plugin and source it. That's it!

Manual Installation

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.tmux

Reload TMUX environment with $ tmux source-file ~/.tmux.conf, and that's it.

About

tmux plugin with screen key bindings as defined in https://github.com/ddollar/tmux/blob/master/examples/screen-keys.conf

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages