'tmux'에 해당하는 글 2건

from : http://superuser.com/questions/456775/tmux-auto-resize-panes


I suggest resizing multiple panes with one of the five tmux presets (see tmux manpage):

C-b M-1             # vertical split, all panes same width
C-b M-2             # horizontal split, all panes same height
C-b M-3             # horizontal split, main pane on top,
                      other panes on bottom, vertically split, all same width
C-b M-4             # vertical split, main pane left,
                      other panes right, horizontally split, all same height
C-b M-5             # tile, new panes on bottom, same height before same width

M denotes the meta key, usually bound to ALT.

On Macs the meta key is usually Esc


WRITTEN BY
RootFriend
개인적으로... 나쁜 기억력에 도움되라고 만들게되었습니다.

,

매일 사용하는 tmux


그런데 tmux 로 터미널을 사용할때, 마우스를 이용해서 copy & paste 가 안된다.


알아봤는데.. 결론은 "shift + 마우스 드래그" 를 통해서 영역을 선택한뒤 copy & paste를 하면 된다.



출처는  다음과 같다.


http://awhan.wordpress.com/2012/04/18/tmux-copy-paste-with-mouse/


WRITTEN BY
RootFriend
개인적으로... 나쁜 기억력에 도움되라고 만들게되었습니다.

,