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
|
MANPATH=$MANPATH:/usr/local/opt/erlang/lib/erlang/man
|
||||||
|
|
||||||
set -o vi
|
set -o vi
|
||||||
export EDITOR='vim'
|
export EDITOR='nvim'
|
||||||
|
|
||||||
export CLICOLOR=1
|
export CLICOLOR=1
|
||||||
|
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ bind L resize-pane -R 5
|
|||||||
|
|
||||||
setw -g mouse off
|
setw -g mouse off
|
||||||
|
|
||||||
set -g default-terminal "screen-256color"
|
set -g default-terminal "xterm-256color"
|
||||||
set -g history-limit 6000
|
set -g history-limit 6000
|
||||||
|
|
||||||
set -g window-status-style dim
|
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 -g update-environment "DISPLAY SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY"
|
||||||
set-environment -g 'SSH_AUTH_SOCK' ~/.ssh/ssh_auth_sock
|
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