Skip to content

Instantly share code, notes, and snippets.

@jdfoote
Created May 15, 2020 16:57
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 jdfoote/9ecdb80ddee9da1a930c09d8c819cef6 to your computer and use it in GitHub Desktop.
Save jdfoote/9ecdb80ddee9da1a930c09d8c819cef6 to your computer and use it in GitHub Desktop.
run-shell "powerline-daemon -q"
source /home/jeremy/anaconda3/lib/python3.7/site-packages/powerline/bindings/tmux/powerline.conf
set-option -g default-command bash
set -g @plugin 'tmux-plugins/tmux-resurrect'
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
# Other examples:
# set -g @plugin 'github_username/plugin_name'
# set -g @plugin 'git@github.com/user/plugin'
# set -g @plugin 'git@bitbucket.com/user/plugin'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
bind '%' split-window -h -c '#{pane_current_path}' # Split panes horizontal
bind '"' split-window -v -c '#{pane_current_path}' # Split panes vertically
bind c new-window -c '#{pane_current_path}' # Create new window
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment