Skip to content

Instantly share code, notes, and snippets.

@jmvrbanac
Created March 11, 2014 14:44
Show Gist options
  • Save jmvrbanac/9487214 to your computer and use it in GitHub Desktop.
Save jmvrbanac/9487214 to your computer and use it in GitHub Desktop.
Tmux settings
set -g default-terminal "xterm-256color"
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
source '/usr/local/lib/python2.7/dist-packages/powerline/bindings/tmux/powerline.conf'
bind-key -n "C-Left" select-window -t :-
bind-key -n "C-Right" select-window -t :+
bind-key -n "C-q" detach
bind-key -n "C-k" kill-session
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment