Skip to content

Instantly share code, notes, and snippets.

@terryjbates
Last active October 31, 2015 19:49

Revisions

  1. terryjbates revised this gist Oct 31, 2015. No changes.
  2. terryjbates revised this gist Oct 31, 2015. 1 changed file with 0 additions and 24 deletions.
    24 changes: 0 additions & 24 deletions tmux.conf
    Original file line number Diff line number Diff line change
    @@ -20,30 +20,6 @@ bind - split-window -v

    set -g default-command "reattach-to-user-namespace -l /bin/bash"

    bind H resize-pane -L 5
    tbates-mn1:tutorial tbates$ cat ~/.tmux.conf
    # Change the Prefix key to Ctrl-a and not Ctrl-b
    set -g prefix C-a
    unbind C-b

    # Change default delay
    set -s escape-time 1

    # Set pane and reference window indexing to 1
    set -g base-index 1
    setw -g pane-base-index 1

    # Set shortcut to reload configuration
    bind r source-file ~/.tmux.conf \; display "Reloaded tmux.conf!"

    # Explicitly send literal Ctrl-A to apps by typing twice
    bind C-a send-prefix

    bind | split-window -h
    bind - split-window -v

    set -g default-command "reattach-to-user-namespace -l /bin/bash"

    bind H resize-pane -L 5
    bind J resize-pane -D 5
    bind K resize-pane -U 5
  3. terryjbates created this gist Oct 31, 2015.
    50 changes: 50 additions & 0 deletions tmux.conf
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,50 @@
    # Change the Prefix key to Ctrl-a and not Ctrl-b
    set -g prefix C-a
    unbind C-b

    # Change default delay
    set -s escape-time 1

    # Set pane and reference window indexing to 1
    set -g base-index 1
    setw -g pane-base-index 1

    # Set shortcut to reload configuration
    bind r source-file ~/.tmux.conf \; display "Reloaded tmux.conf!"

    # Explicitly send literal Ctrl-A to apps by typing twice
    bind C-a send-prefix

    bind | split-window -h
    bind - split-window -v

    set -g default-command "reattach-to-user-namespace -l /bin/bash"

    bind H resize-pane -L 5
    tbates-mn1:tutorial tbates$ cat ~/.tmux.conf
    # Change the Prefix key to Ctrl-a and not Ctrl-b
    set -g prefix C-a
    unbind C-b

    # Change default delay
    set -s escape-time 1

    # Set pane and reference window indexing to 1
    set -g base-index 1
    setw -g pane-base-index 1

    # Set shortcut to reload configuration
    bind r source-file ~/.tmux.conf \; display "Reloaded tmux.conf!"

    # Explicitly send literal Ctrl-A to apps by typing twice
    bind C-a send-prefix

    bind | split-window -h
    bind - split-window -v

    set -g default-command "reattach-to-user-namespace -l /bin/bash"

    bind H resize-pane -L 5
    bind J resize-pane -D 5
    bind K resize-pane -U 5
    bind L resize-pane -R 5