mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 08:59:55 -06:00
Neovim config updates
This commit is contained in:
11
tmux.conf
11
tmux.conf
@@ -31,7 +31,9 @@ bind L resize-pane -R 5
|
||||
|
||||
setw -g mouse off
|
||||
|
||||
set -g default-terminal "xterm-256color"
|
||||
# set -g default-terminal "xterm-25:color"
|
||||
# set -g default-terminal "${TERM}"
|
||||
set -g default-terminal "tmux-256color"
|
||||
set -g history-limit 6000
|
||||
|
||||
set -g window-status-style dim
|
||||
@@ -44,5 +46,10 @@ 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 -as terminal-overrides ',xterm-256color:RGB'
|
||||
|
||||
# Undercurl
|
||||
# set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support
|
||||
# set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0
|
||||
|
||||
set-option -g focus-events on
|
||||
|
||||
Reference in New Issue
Block a user