Make it easier to identify windows
This commit is contained in:
parent
75c64007b7
commit
88a7962031
1 changed files with 3 additions and 0 deletions
3
init.vim
3
init.vim
|
@ -95,6 +95,9 @@ set termguicolors
|
||||||
set autoread
|
set autoread
|
||||||
au CursorHold * checktime
|
au CursorHold * checktime
|
||||||
|
|
||||||
|
" for gui, make it easier to tell different instances apart
|
||||||
|
set title
|
||||||
|
|
||||||
" keep nvim from resetting font back to default from terminal config
|
" keep nvim from resetting font back to default from terminal config
|
||||||
set guicursor=
|
set guicursor=
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue