Skip to content

Instantly share code, notes, and snippets.

@notpixxl
Last active April 25, 2020 09:16
Show Gist options
  • Save notpixxl/1bed44fb16e51dee4d0ee4c8ecde71cb to your computer and use it in GitHub Desktop.
Save notpixxl/1bed44fb16e51dee4d0ee4c8ecde71cb to your computer and use it in GitHub Desktop.
tmux.conf with python 3
###########################
### Configuration ########
###########################
# Set zsh as default sheel for tmux
set-option -g default-shell /bin/zsh
# Powerline statusbar support
source "/home/cpiveteau/.local/lib/python3.8/site-packages/powerline/bindings/tmux/powerline.conf"
run-shell "powerline-daemon -q"
set -g default-terminal "screen-256color"
# Enable Mouse support
set -g mouse on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment