Disable statusline in vim by default
This commit is contained in:
parent
7c9e54539a
commit
4b8e4a2722
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ set listchars=eol:¶,tab:\│\ ,trail:·,nbsp:…,space:·
|
||||||
|
|
||||||
set modeline " Allows setting vim options in other files
|
set modeline " Allows setting vim options in other files
|
||||||
set statusline=\ (%n)\ %f\ %a\ [%M%R]\ [%Y]\ %{strlen(@\")}\ %{&autowriteall?'💾\ ':''}%<%#TabLine#%{exists(\"b:blame\")?b:blame[min([getcurpos()[1],len(b:blame)])-1][\"short\"]:\"\"}%#StatusLine#\%=0x%B\ [%l/%L,\ %c%V]\ %4.P
|
set statusline=\ (%n)\ %f\ %a\ [%M%R]\ [%Y]\ %{strlen(@\")}\ %{&autowriteall?'💾\ ':''}%<%#TabLine#%{exists(\"b:blame\")?b:blame[min([getcurpos()[1],len(b:blame)])-1][\"short\"]:\"\"}%#StatusLine#\%=0x%B\ [%l/%L,\ %c%V]\ %4.P
|
||||||
set laststatus=2
|
set laststatus=0
|
||||||
set cmdheight=1
|
set cmdheight=1
|
||||||
set timeoutlen=1200
|
set timeoutlen=1200
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue