사용자 도구

사이트 도구


linux:tmux

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
linux:tmux [2014/03/30 13:02]
kwon37xi
linux:tmux [2019/03/26 17:31]
kwon37xi [기본 단축키 변경]
줄 3: 줄 3:
   * https://github.com/erikw/tmux-powerline   * https://github.com/erikw/tmux-powerline
   * [[http://net.tutsplus.com/tutorials/tools-and-tips/intro-to-tmux/|Intro to Tmux]]   * [[http://net.tutsplus.com/tutorials/tools-and-tips/intro-to-tmux/|Intro to Tmux]]
 +  * [[http://blog.outsider.ne.kr/1167|Tmuxinator]]
  
 ===== 단축키 ===== ===== 단축키 =====
 ==== 기본 단축키 변경 ==== ==== 기본 단축키 변경 ====
   * ''<Ctrl-b>'' : 기본 단축키   * ''<Ctrl-b>'' : 기본 단축키
-  * ''~/.tmux.conf'' 파일 [[http://askubuntu.com/questions/173174/tmux-key-binding-issue|Tmux Key Binding Issue]]<code>+  * ''<Ctrl-a>''로 변경하자 - ''~/.tmux.conf'' 파일 [[http://askubuntu.com/questions/173174/tmux-key-binding-issue|Tmux Key Binding Issue]]<code>
 unbind C-b unbind C-b
 set -g prefix C-a set -g prefix C-a
-bind-key a send-prefix+bind-key C-a send-prefix 
 +</code> 
 +  * 설정 다시 읽기<code> 
 +source-file ~/.tmux.conf 
 +</code> 
 +==== 명령입력 ==== 
 +  * ''<Ctrl-b>:'' : 명령행 나옴 
 + 
 +==== 동시입력 ==== 
 +  * 여러 터미널에 명령 동시입력 
 +  * ''setw synchronize-panes on'' 명령 ''off''로 바꾸면 명령 동시 입력 해제 ''on/off'' 없이 그냥 하면 toggle 
 +  * ''~/.tmux.conf''에 할당 ''<Ctrl-b>y'' <code> 
 +bind-key y set-window-option synchronize-panes\; display-message "synchronize-panes is now #{?pane_synchronized,on,off}"
 </code> </code>
  
줄 46: 줄 59:
   * [[http://code.tutsplus.com/tutorials/intro-to-tmux--net-33889|Intro to Tmux - Tuts+ Code Tutorial]]   * [[http://code.tutsplus.com/tutorials/intro-to-tmux--net-33889|Intro to Tmux - Tuts+ Code Tutorial]]
   * [[http://blog.hawkhost.com/2010/06/28/tmux-the-terminal-multiplexer/|TMUX – The Terminal Multiplexer (Part 1) | Hawk Host Blog]]   * [[http://blog.hawkhost.com/2010/06/28/tmux-the-terminal-multiplexer/|TMUX – The Terminal Multiplexer (Part 1) | Hawk Host Blog]]
 +  * [[http://haruair.com/blog/2124|tmux 입문자 시리즈]] 
 +  * [[http://www.sitepoint.com/10-killer-tmux-tips/|10 Killer Tmux Tips]] 
 +  * [[http://haruair.com/blog/3437|tmux 사용에 도움되는 설정과 플러그인 정리 - Haruair]] 
 +  * [[https://www.cheatography.com/bechtold/cheat-sheets/tmux-the-terminal-multiplexer/|tmux the terminal multiplexer Cheat Sheet]] 
 +  * [[http://haruair.com/blog/3610|tmux에서 열려 있는 모든 pane 동시 입력하기 - Haruair]] 
 +  * [[http://www.deanbodenham.com/learn/tmux-conf-file.html|tmux: making a conf file - Statistically Irrelevant]]
linux/tmux.txt · 마지막으로 수정됨: 2023/08/10 13:36 저자 kwon37xi