mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 11:29:56 -06:00
fix tmux for nvim color
This commit is contained in:
@@ -6,7 +6,7 @@ PATH=$PATH:$HOME
|
||||
MANPATH=$MANPATH:/usr/local/opt/erlang/lib/erlang/man
|
||||
|
||||
set -o vi
|
||||
export EDITOR='vim'
|
||||
export EDITOR='nvim'
|
||||
|
||||
export CLICOLOR=1
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ bind L resize-pane -R 5
|
||||
|
||||
setw -g mouse off
|
||||
|
||||
set -g default-terminal "screen-256color"
|
||||
set -g default-terminal "xterm-256color"
|
||||
set -g history-limit 6000
|
||||
|
||||
set -g window-status-style dim
|
||||
@@ -43,3 +43,6 @@ set -g status-right '#(~/dotfiles/bin/tmux_battery_charge_indicator.sh) #[bg=whi
|
||||
|
||||
set -g update-environment "DISPLAY SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY"
|
||||
set-environment -g 'SSH_AUTH_SOCK' ~/.ssh/ssh_auth_sock
|
||||
|
||||
set-option -sa terminal-overrides ',xterm-256color:RGB'
|
||||
set-option -g focus-events on
|
||||
|
||||
Reference in New Issue
Block a user