Skip to content

Instantly share code, notes, and snippets.

@atomlab
Last active September 25, 2018 10:26
Show Gist options
  • Save atomlab/5e17041a2d077230957993f882db8f89 to your computer and use it in GitHub Desktop.
Save atomlab/5e17041a2d077230957993f882db8f89 to your computer and use it in GitHub Desktop.
tmux.conf
# tmux 2.6
# Requirement for plugins:
# apt install powerline
# List of plugins
set-environment -g TMUX_PLUGIN_MANAGER_PATH "$HOME/.tmux/plugins"
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'tmux-plugins/tmux-copycat'
set -g @plugin 'jimeh/tmux-themepack'
# Settings
set -g @themepack 'powerline/default/yellow'
set -g mouse on
# Bind kyes
bind-key -T copy-mode-vi v send-keys -X begin-selection
bind-key & kill-window
bind-key x kill-pane
run '~/.tmux/plugins/tpm/tpm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment