Skip to content

Instantly share code, notes, and snippets.

@ManasJayanth
Created December 6, 2016 09:15
Show Gist options
  • Save ManasJayanth/c54ea8a7262f6c035bdd115475885b33 to your computer and use it in GitHub Desktop.
Save ManasJayanth/c54ea8a7262f6c035bdd115475885b33 to your computer and use it in GitHub Desktop.
.tmux.conf
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
bind | split-window -h -c "#{pane_current_path}"
bind - split-window -v -c "#{pane_current_path}"
unbind '"'
unbind %
set-option -g default-command "reattach-to-user-namespace -l bash"
set -g @plugin 'tmux-plugins/tmux-yank'
run '~/.tmux/plugins/tpm/tpm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment