update some tmux and vim config

This commit is contained in:
Marco Thomas
2022-10-11 17:00:41 +02:00
parent f6a5bad6ad
commit 4077c2b72a
3 changed files with 22 additions and 4 deletions

View File

@@ -63,6 +63,14 @@ set laststatus=1 " 1: only if there are at least two windows
set showtabline=1 " 1: only if there are at least two tab pages
let g:airline_powerline_fonts = 1
let g:tmuxline_preset = {
\'a' : ['#H'],
\'win' : ['#I', '#W'],
\'cwin' : ['#[fg=default,bold]#I', '#W'],
\'y' : ['%R'],
\'z' : ['#S']}
let g:tmuxline_status_justify = 'left'
" ============================== Indents and Whitespaces
set list
set listchars=tab:──\ ,extends:,precedes:,nbsp,trail" show chars for whitespaces