Skip to content

Instantly share code, notes, and snippets.

@hensg
Last active July 24, 2021 17:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hensg/6266c60191f5f901f9f039753e01e0e9 to your computer and use it in GitHub Desktop.
Save hensg/6266c60191f5f901f9f039753e01e0e9 to your computer and use it in GitHub Desktop.
TMUX configuration file
source-file "${HOME}/.tmux-themepack/powerline/default/cyan.tmuxtheme"
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'jimeh/tmux-themepack'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
bind '"' split-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
bind c new-window -c "#{pane_current_path}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment