Last active
September 11, 2019 00:22
-
-
Save Alek-S/1b652f47558d27d50824671ee0597f44 to your computer and use it in GitHub Desktop.
Revisions
-
Alek-S revised this gist
Dec 10, 2018 . 1 changed file with 6 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 @@ -25,5 +25,11 @@ ### Move to another pane: `ctrl+b [arrow key]` ### Cycle through panes: `ctrl+b o` ### Cycle just between previous and current pane: `ctrl+b ;` ### Kill tmux server, along with all sessions: `tmux kill-server` -
Alek-S revised this gist
Jul 4, 2017 . 1 changed file with 4 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 @@ -22,5 +22,8 @@ ### Kill current pane: `ctrl+b x` ### Move to another pane: `ctrl+b [arrow key]` ### Kill tmux server, along with all sessions: `tmux kill-server` -
Alek-S revised this gist
Jul 3, 2017 . 1 changed file with 9 additions and 9 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,26 +1,26 @@ ### Start new named session: `tmux new -s [session name]` ### Detach from session: `ctrl+b d` ### List sessions: `tmux ls` ### Attach to named session: `tmux a -t [name of session]` ### Kill named session: `tmux kill-session -t [name of session]` ### Split panes horizontally: `ctrl+b "` ### Split panes vertically: `ctrl+b %` ### Kill current pane: `ctrl+b x` ### Move to another pane `ctrl+b [arrow key]` -
Alek-S revised this gist
Jul 3, 2017 . 1 changed file with 14 additions and 13 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,25 +1,26 @@ ## Start new named session: `tmux new -s [session name]` ## Detach from session: `ctrl+b d` ## List sessions: `tmux ls` ## Attach to named session: `tmux a -t [name of session]` ## Kill named session: `tmux kill-session -t [name of session]` ## Split panes horizontally: `ctrl+b "` ## Split panes vertically: `ctrl+b %` * Kill current pane: `ctrl+b x` ## Move to another pane `ctrl+b [arrow key]` -
Alek-S created this gist
Jul 3, 2017 .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,25 @@ # Start new named session: `tmux new -s [session name]` # Detach from session: `ctrl+b d` # List sessions: `tmux ls` # Attach to named session: `tmux a -t [name of session]` # Kill named session: # Split panes horizontally: # Split panes vertically: # Kill current pane: # Move to another pane