Skip to content

Instantly share code, notes, and snippets.

@FlatTargetInk
Created March 16, 2017 00:54
Show Gist options
  • Save FlatTargetInk/f334b5eb844858b9b3215ccff71fb16a to your computer and use it in GitHub Desktop.
Save FlatTargetInk/f334b5eb844858b9b3215ccff71fb16a to your computer and use it in GitHub Desktop.
# Powerline
run-shell "/home/robert/.local/bin/powerline-daemon -q"
source '/usr/lib/python3.6/site-packages/powerline/bindings/tmux/powerline.conf'
# Use less awkward prefix
unbind C-b
set -g prefix C-a
bind C-a send-prefix
# Reload config
bind r source-file ~/.tmux.conf
# Use ALT to change panes
bind -n M-Left select-pane -L
bind -n M-Right select-pane -R
bind -n M-Up select-pane -U
bind -n M-Down select-pane -D
# Use better splitting keys
bind | split-window -h
bind - split-window -v
# Better Colors
set -g default-terminal "tmux-256color"
# Statusline on top
set-option -g status-position top
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment