Skip to content

VuNgN/Tmux-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Tmux-config

Original Project from https://github.com/gpakosz/.tmux

Installation

Install Tmux

Ubuntu

sudo apt install tmux

Install Powerline fonts

Ubuntu

sudo apt-get install fonts-powerline

Install config file

$ cd ~/
$ git clone https://github.com/VuNgN/Tmux-config.git
$ cp Tmux-config/.tmux.conf .
$ cp Tmux-config/.tmux.conf.local .
$ tmux source-file ~/.tmux.conf

Configuration

If all packages was installed, open your Tmux and it should look like that:

img1 change-pane

img2

While this configuration tries to bring sane default settings, you may want to customize it further to your needs. Instead of altering the ~/.tmux.conf file and diverging from upstream, the proper way is to edit the ~/.tmux.conf.local file.

Please refer to the sample .tmux.conf.local file to know more about variables you can adjust to alter different behaviors. Pressing <prefix> e will open ~/.tmux.conf.local with the editor defined by the $EDITOR environment variable (defaults to vim when empty).

img3