Skip to content

Commit

Permalink
tmux: Panes。
Browse files Browse the repository at this point in the history
  • Loading branch information
keikun17 committed Dec 16, 2015
1 parent 319cb86 commit eda5767
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions tmux.md
Expand Up @@ -16,13 +16,36 @@ Log out other sessions in the current window (maybe bad sessions that causes win

<prefix> D

Reload source

:source-file ~/.tmux.conf

Panes
-----
Maximize Pane (to minimize pain in small screens)

<previx> z

Reload source
Switch Pane positions

<prefix> {
<prefix> }

Move Pane to its own window

<prefix> !

Show Pane number

<prefix> q
Move Pane to another existing window

// <tmux command mode>
:move-pane -t :TARGET_WINDOW_NUM.NEW_PANE_NUMBER // use <prefix-q> to find pane number
// Example : To move current pane to window 1
// :move-pane -t :1.1


:source-file ~/.tmux.conf

Sessions
----
Expand Down

0 comments on commit eda5767

Please sign in to comment.