dblume commited on 2021-11-09 22:13:35
Showing 2 changed files, with 2 additions and 1 deletions.
... | ... |
@@ -104,7 +104,7 @@ alias grep='grep --color=auto' |
104 | 104 |
alias fgrep='fgrep --color=auto' |
105 | 105 |
alias egrep='egrep --color=auto' |
106 | 106 |
alias vim-='vim +"setl buftype=nofile" -' |
107 |
-alias tmux='tmux -2' |
|
107 |
+alias tmux='tmux -2u' |
|
108 | 108 |
|
109 | 109 |
# colored GCC warnings and errors |
110 | 110 |
export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' |
... | ... |
@@ -355,6 +355,7 @@ endif |
355 | 355 |
let g:airline_symbols.whitespace = '✖' |
356 | 356 |
let g:airline_symbols.linenr = 'Ξ' |
357 | 357 |
let g:airline_symbols.maxlinenr = '' |
358 |
+let g:airline_symbols.readonly = '●' |
|
358 | 359 |
|
359 | 360 |
" If no "...for Powerline" font is available, uncomment these four: |
360 | 361 |
let g:airline_left_sep = '▌' |
361 | 362 |