tmux updates
This commit is contained in:
parent
d39118aa42
commit
8457592e46
1 changed files with 5 additions and 2 deletions
|
@ -7,17 +7,20 @@ set -sg escape-time 0
|
|||
# Ensure terminal starts with its own colour scheme (helps Vim/Neovim themes to not break)
|
||||
set-option -g default-terminal "xterm-256color"
|
||||
set -g default-terminal "xterm-256color"
|
||||
set -g xterm-keys on
|
||||
|
||||
#Mouse/Scrollback Tweaks
|
||||
set -g history-limit 20000
|
||||
set -g history-limit 100000
|
||||
setw -g mode-keys vi
|
||||
set-option -g mouse on
|
||||
set -g xterm-keys on
|
||||
set-option -g pane-active-border-fg yellow
|
||||
|
||||
#New Keybindings
|
||||
bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded"
|
||||
|
||||
# For nested tmux'es
|
||||
bind a send-prefix
|
||||
|
||||
#Powerline Settings
|
||||
run-shell "powerline-daemon -q"
|
||||
source "/usr/share/powerline/bindings/tmux/powerline.conf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue