본문 바로가기

개발 Tip

tmux conf 설정

6년전 저에게 많은 도움을 준  윤이사님 감사합니다.

 

저의 vi 작업에 필수인  tmux 설정파일 공유드립니다.

 

https://github.com/tony/tmux-config 

 

Build software better, together

GitHub is where people build software. More than 40 million people use GitHub to discover, fork, and contribute to over 100 million projects.

github.com

사용방법

 

1)  git clone --recursive https://github.com/tony/tmux-config.git ~/.tmux

2)  ln -s ~/.tmux/.tmux.conf ~/.tmux.conf

3)  cd ~/.tmux

 

vim 컬러설정을 하였는데  tmux  에서 색상 적용이 안될 경우

.bashrc 에  아래의 스크립트를 추가하면 적용됩니다.

 

export TERM="xterm-256color"