grovesdm
10/19/2017 - 11:53 PM

Tmux

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