tmux: disable custom pane border options

This commit is contained in:
Marco Thomas
2022-12-11 10:50:31 +01:00
parent 3c615e2a8a
commit 6da4996c2e
2 changed files with 1 additions and 3 deletions

View File

@@ -76,9 +76,6 @@ set-option -g set-titles on
set-option -g set-titles-string "#H: #W" set-option -g set-titles-string "#H: #W"
########## Styling ########## ########## Styling ##########
set -g pane-border-indicators arrows
set -g pane-border-lines simple
# generated using https://github.com/edkolev/tmuxline.vim # generated using https://github.com/edkolev/tmuxline.vim
set -g status-position top set -g status-position top
set -g status-justify "left" set -g status-justify "left"

View File

@@ -28,6 +28,7 @@ syntax on
set background=light set background=light
let g:everforest_background = 'medium' let g:everforest_background = 'medium'
let g:everforest_better_performance = 1 let g:everforest_better_performance = 1
" let g:everforest_enable_italic = 1
colorscheme everforest colorscheme everforest
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum" let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum" let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"