Last active
December 4, 2018 08:18
-
-
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
```
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 characters
# 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