Created
October 21, 2015 21:37
-
-
Save joepreludian/1d49f800aeb5abad8882 to your computer and use it in GitHub Desktop.
My tmux configuration file.
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
| tbind -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