Skip to content

odd-poet/tmate-zsh-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

tmate plugin

tmate oh-my-zsh plugin.

tmatetmux를 fork한 툴로 tmux 세션 공유를 쉽게 도와주는 툴이다. (tmuxtmate는 동시에 설치되어 있어도 무방하단다)

features

tmate-S 옵션으로 socketfile을 직접 지정하여 사용하는 것을 권하는데, 이 플러그인은 session 이름으로 socketfile을 생성하고 관리해주며 session에 대한 자동완성을 지원한다. (tmate는 하나의 socket에 다수의 session을 생성하는 것을 지원하지 않는다.)

  • tm
    • 세션 생성 및 attach
  • tmnew
    • 세션 생성
  • tma
    • 세션 attach
  • tmkill
    • 세션 kill
  • tmls
    • 세션 목록
  • tmshare
    • 세션 공유에 필요한 접속정보를 출력한다.
  • tm_socket : (디버그용)
    • 세션에 대한 socket 파일 출력.
  • tmhelp
    • 도움말

install

oh-my-zshtmate를 설치한 후에 아래와 같이 설치.

git clone [email protected]:odd-poet/tmate-zsh-plugin.git ~/.oh-my-zsh/plugins/tmate

그리고 ~/.zshrc에 plugin을 추가해준다.

# ~/.zshrc의 plugin 설정부분
plugins=(...중략... tmate)

기본 .tmux.conf파일도 동봉되어 있으니 홈 디렉토리로 복사해서 사용할 수 있다.

cp ~/.oh-my-zsh/plugins/tmate/.tmux.conf ~/.tmux.conf

tmatetmux의 fork이니 session 내에서의 단축키는 tmux의 것들을 참고하자.

About

tmate for oh-my-zsh plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages