Created
July 15, 2015 20:33
-
-
Save joepreludian/36eff8cb146dc68b9f36 to your computer and use it in GitHub Desktop.
Init Files
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
| bind -t vi-copy y copy-pipe "xclip -sel clip -i" | |
| bind-key -n C-S-Up resize-pane -U 15 | |
| bind-key -n C-S-Down resize-pane -D 15 | |
| bind-key -n C-S-Left resize-pane -L 25 | |
| bind-key -n C-S-Right resize-pane -R 25 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment