[tmux] strip down statusline

This commit is contained in:
Marco Thomas
2022-12-05 00:21:56 +01:00
parent ea7e645d6a
commit 8a83c5b76d
2 changed files with 22 additions and 27 deletions

View File

@@ -21,7 +21,6 @@ Plug 'tpope/vim-fugitive' " git wrapper
Plug 'sainnhe/everforest' " color scheme
Plug 'vim-airline/vim-airline' " a nicer status line
Plug 'vim-airline/vim-airline-themes' " auto settings theme for airline
Plug 'edkolev/tmuxline.vim' " generate a theme for tmux `:TmuxLineSnapshot ~/.tmux.theme`
call plug#end()
" ============================== Colors
@@ -63,25 +62,6 @@ 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=black,bold]#I', '#W'],
" \'y' : ['%R'],
" \'z' : ['#S']}
" let g:tmuxline_status_justify = 'left'
let g:tmuxline_preset = {
\'a' : '',
\'b' : '',
\'c' : '',
\'win' : ['#I', '#W'],
\'cwin' : ['#[fg=black,bold]#I', '#W'],
\'x' : '#H @ #S',
\'y' : '',
\'z' : ''}
let g:tmuxline_status_justify = 'centre'
" ============================== Indents and Whitespaces
set list
set listchars=tab:──\ ,extends:,precedes:,nbsp,trail" show chars for whitespaces