Skip to content

Instantly share code, notes, and snippets.

@joepreludian
Created October 21, 2015 21:37
Show Gist options
  • Select an option

  • Save joepreludian/1d49f800aeb5abad8882 to your computer and use it in GitHub Desktop.

Select an option

Save joepreludian/1d49f800aeb5abad8882 to your computer and use it in GitHub Desktop.
My tmux configuration file.
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