Skip to content

NTchrist/tmux_screen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tmux_screen

Tmux conf that emulates basic hotkeys of screen and other simple qol modifications

install with:

TMUXCONFDIR="$HOME";wget https://raw.githubusercontent.com/NTchrist/tmux_screen/main/.tmux.conf -O "$TMUXCONFDIR/.tmux.conf";wget https://raw.githubusercontent.com/NTchrist/tmux_screen/main/.tmux.lib -O "$TMUXCONFDIR/.tmux.lib";chmod +x "$TMUXCONFDIR/.tmux.lib"; [ ! -f "$TMUXCONFDIR/.tmux.lib.conf" ] && wget https://raw.githubusercontent.com/NTchrist/tmux_screen/main/.tmux.lib.conf -O "$TMUXCONFDIR/.tmux.lib.conf"

Basic Usage:

### HOTKEYS ###
ctrl+a             = "prefix"
prefix , tab       = cycle through panes
prefix , |         = split vertically
prefix, S(shift+s) = split horizontally
prefix, PageUp     = scroll mode

About

Tmux conf that emulates basic hotkeys of screen and other simple qol modifications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages