-
-
Save thesunwave/7a87ea682a2b038fab7be51c71158093 to your computer and use it in GitHub Desktop.
Revisions
-
royling revised this gist
Sep 24, 2016 . 1 changed file with 27 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,28 @@ # Common: - `Ctrl-b`: prefix - `?`: list key bindings - `:`: command prompt - `[`: enter copy mode - `]`: paste # Sessions: - `$`: rename session - `d`: detach current client - `D`: choose client to detach # Windows: - `c`: create a window - `0-9`: select window - `&`: kill current window - `,`: rename current window - `p/n`: previous/next window # Panes: - `%`: horizontal split (current pane => left & right panes) - `"`: vertical split - `;/o`: previous/next pane - `Up/Down/Left/Right`: move to above/below/left/right pane - `!`: break current pane out of window - `x`: kill current pane - `{/}`: swap current pane with prev/next pane - `Ctrl-Up/Down/Left/Right`: resize pane -
royling revised this gist
Sep 24, 2016 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,4 +2,3 @@ - `?`: list key bindings - Up/Down: above/below pane - Left/Right: left/right pane -
royling revised this gist
Sep 24, 2016 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ - `Ctrl-b` as prefix - `?`: list key bindings - Up/Down: above/below pane - Left/Right: left/right pane - -
royling revised this gist
Sep 24, 2016 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ - `Ctrl-b` as prefix - `?`: list key bindings - :up:: above pane - :down:: below pane - :left:: left pane -
royling revised this gist
Sep 24, 2016 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -29,7 +29,6 @@ Run `tmux -CC` or `tmux -CC attach` in iTerm2 and then menu is shown on terminal - `lsw -t target-session` alias for `list-windows` ## target-window - specified in form: `session:window`, eg. `mysession:1` - ID: `@1` - name: `mysession:mywindow` / `mysession:mywin` / `mysession:=mywindow` -
royling revised this gist
Sep 24, 2016 . 1 changed file with 10 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,21 +9,27 @@ Run `tmux -CC` or `tmux -CC attach` in iTerm2 and then menu is shown on terminal - L for log # Control sessions - `new -s session-name [-c working-dir] [shell-cmd]` alias for `new-session` - `kill-session -t target-session` - `rename [-t target-session] new-name` alias for `rename-session` - `ls` alias for `list-sessions` - `attach -t target-session [-c working-dir]` alias for `attach-session` ## target-session - ID: `$1` - name: `myse` or `=mysession` (exact match) # Clients - `lsc` alias for `list-clients` # Windows - `neww [-c working-dir] [-t target-window] -n window-name [shell-cmd]` alias for `new-window` - `killw -t target-window` alias for `kill-window` - `renamew -t target-window new-name` alias for `rename-window` - `lsw -t target-session` alias for `list-windows` ## target-window - specified in form: `session:window` - `mysession:1` - ID: `@1` - name: `mysession:mywindow` / `mysession:mywin` / `mysession:=mywindow` -
royling revised this gist
Sep 24, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Run `tmux -CC` or `tmux -CC attach` in iTerm2 and then menu is shown on terminal - `attach -t target-session [-c working-dir]` alias for `attach-session` ## target-session - ID with `$` prefix: $2 - name: 'mysession' or '=mysess' (exact match) # Clients -
royling created this gist
Sep 24, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,29 @@ # Install tmux `brew install tmux` # Start tmux (https://gitlab.com/gnachman/iterm2/wikis/TmuxIntegration) Run `tmux -CC` or `tmux -CC attach` in iTerm2 and then menu is shown on terminal: - ESC to detach - C to run commands - X to force quit - L for log # Control sessions - `new -s session-name [-c working-dir]` alias for `new-session` - `kill-session -t target-session` - `rename [-t target-session] new-name` alias for `rename-session` - `ls` alias for `list-sessions` - `attach -t target-session [-c working-dir]` alias for `attach-session` ## target-session - ID: 0-9 - name: 'mysession' or '=mysess' (exact match) # Clients - `lsc` alias for `list-clients` # Windows - `lsw -t target-session` alias for `list-windows` - `neww [-c working-dir] [-t target-window] -n window-name [shell-cmd]` alias for `new-window` - `killw -t target-window` alias for `kill-window` - `renamew -t target-window new-name` alias for `rename-window`