[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user