tmux updates

This commit is contained in:
Stefen Auris 2018-04-12 15:27:05 -04:00
parent d39118aa42
commit 8457592e46

View file

@ -7,17 +7,20 @@ set -sg escape-time 0
# Ensure terminal starts with its own colour scheme (helps Vim/Neovim themes to not break) # Ensure terminal starts with its own colour scheme (helps Vim/Neovim themes to not break)
set-option -g default-terminal "xterm-256color" set-option -g default-terminal "xterm-256color"
set -g default-terminal "xterm-256color" set -g default-terminal "xterm-256color"
set -g xterm-keys on
#Mouse/Scrollback Tweaks #Mouse/Scrollback Tweaks
set -g history-limit 20000 set -g history-limit 100000
setw -g mode-keys vi setw -g mode-keys vi
set-option -g mouse on set-option -g mouse on
set -g xterm-keys on
set-option -g pane-active-border-fg yellow set-option -g pane-active-border-fg yellow
#New Keybindings #New Keybindings
bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded" bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded"
# For nested tmux'es
bind a send-prefix
#Powerline Settings #Powerline Settings
run-shell "powerline-daemon -q" run-shell "powerline-daemon -q"
source "/usr/share/powerline/bindings/tmux/powerline.conf" source "/usr/share/powerline/bindings/tmux/powerline.conf"