Skip to content

Instantly share code, notes, and snippets.

@Alek-S
Last active September 11, 2019 00:22
Show Gist options
  • Select an option

  • Save Alek-S/1b652f47558d27d50824671ee0597f44 to your computer and use it in GitHub Desktop.

Select an option

Save Alek-S/1b652f47558d27d50824671ee0597f44 to your computer and use it in GitHub Desktop.

Revisions

  1. Alek-S revised this gist Dec 10, 2018. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions tmux_commands.md
    Original 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`
  2. Alek-S revised this gist Jul 4, 2017. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion tmux_commands.md
    Original file line number Diff line number Diff line change
    @@ -22,5 +22,8 @@
    ### Kill current pane:
    `ctrl+b x`

    ### Move to another pane
    ### Move to another pane:
    `ctrl+b [arrow key]`

    ### Kill tmux server, along with all sessions:
    `tmux kill-server`
  3. Alek-S revised this gist Jul 3, 2017. 1 changed file with 9 additions and 9 deletions.
    18 changes: 9 additions & 9 deletions tmux_commands.md
    Original file line number Diff line number Diff line change
    @@ -1,26 +1,26 @@
    ## Start new named session:
    ### Start new named session:
    `tmux new -s [session name]`

    ## Detach from session:
    ### Detach from session:
    `ctrl+b d`

    ## List sessions:
    ### List sessions:
    `tmux ls`

    ## Attach to named session:
    ### Attach to named session:
    `tmux a -t [name of session]`

    ## Kill named session:
    ### Kill named session:
    `tmux kill-session -t [name of session]`

    ## Split panes horizontally:
    ### Split panes horizontally:
    `ctrl+b "`

    ## Split panes vertically:
    ### Split panes vertically:
    `ctrl+b %`

    * Kill current pane:
    ### Kill current pane:
    `ctrl+b x`

    ## Move to another pane
    ### Move to another pane
    `ctrl+b [arrow key]`
  4. Alek-S revised this gist Jul 3, 2017. 1 changed file with 14 additions and 13 deletions.
    27 changes: 14 additions & 13 deletions tmux_commands.md
    Original file line number Diff line number Diff line change
    @@ -1,25 +1,26 @@
    # Start new named session:
    ## Start new named session:
    `tmux new -s [session name]`

    # Detach from session:
    ## Detach from session:
    `ctrl+b d`

    # List sessions:
    ## List sessions:
    `tmux ls`

    # Attach to named session:
    ## Attach to named session:
    `tmux a -t [name of session]`

    # Kill named session:
    ## Kill named session:
    `tmux kill-session -t [name of session]`

    ## Split panes horizontally:
    `ctrl+b "`

    # Split panes horizontally:
    ## Split panes vertically:
    `ctrl+b %`

    * Kill current pane:
    `ctrl+b x`

    # Split panes vertically:


    # Kill current pane:


    # Move to another pane
    ## Move to another pane
    `ctrl+b [arrow key]`
  5. Alek-S created this gist Jul 3, 2017.
    25 changes: 25 additions & 0 deletions tmux_commands.md
    Original 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