8000 GitHub - jemadux/.tmux: The best and greatest tmux.conf ever created by human :)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jemadux/.tmux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Just enough tmux conf

˗ˏˋ ★ ˎˊ˗ The best and greatest tmux.conf ever created by human inteligence :) and made with ❤️ ˗ˏˋ ★ ˎˊ˗

Installation

Requirements:

  • tmux >= 2.6 running on Linux, macOS, OpenBSD, Windows (WSL or Cygwin)
  • sed, uptime, whoami
  • Outside of tmux, the TERM environment variable must be set to xterm-256color. To verify it run in your terminal :
echo $TERM

Installing in ~:

echo "entering in home folder"
cd
echo "cloning the repository in a .tmux folder"
git clone --single-branch https://github.com/synergops/.tmux.git
echo "creating a shortcut of the .tmux.conf in your home folder"
ln -s -f .tmux/.tmux.conf .
echo "   Enjoy \!"

Bindings

tmux may be controlled from an attached client by using a key combination of a prefix key, followed by a command key. This configuration is keeping C-b as the default prefix. In the following list of key bindings:

  • <prefix> means you have to hit Ctrl + b
  • <prefix> c means you have to hit Ctrl + b followed by c
  • <prefix> C-c means you have to hit Ctrl + b followed by Ctrl + c

For more, please read the .tmux.conf which is self exlanatory

About

The best and greatest tmux.conf ever created by human :)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%
0