Skip to content

Instantly share code, notes, and snippets.

@grovesdm
Last active December 4, 2018 08:18
Show Gist options
  • Save grovesdm/483285dfc4ccc7014f40ce4f64d920d1 to your computer and use it in GitHub Desktop.
Save grovesdm/483285dfc4ccc7014f40ce4f64d920d1 to your computer and use it in GitHub Desktop.
In theory I would include instructions how to install this. Something like: ``` git bash bing pust whatever ```
# remap prefix from 'C-b' to 'C-a'
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
# split panes using | and -
bind | split-window -h
bind - split-window -v
unbind '"'
unbind %
new line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment