[nvim,tmux] add noice, update statuslines

add noice for cmd input and notification.
Also update statuslines (vim and tmux) to now show redundant data.
This commit is contained in:
Marco Thomas
2022-10-25 23:45:41 +02:00
parent 96ef8bd3d5
commit ddcf7f4077
6 changed files with 55 additions and 24 deletions

View File

@@ -63,13 +63,24 @@ 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' : ['#H'],
\'a' : '',
\'b' : '',
\'c' : '',
\'win' : ['#I', '#W'],
\'cwin' : ['#[fg=black,bold]#I', '#W'],
\'y' : ['%R'],
\'z' : ['#S']}
let g:tmuxline_status_justify = 'left'
\'x' : '',
\'y' : '',
\'z' : ''}
let g:tmuxline_status_justify = 'centre'
" ============================== Indents and Whitespaces
set list