Skip to content

Commit

Permalink
Update .vimrc - modify statusline
Browse files Browse the repository at this point in the history
  • Loading branch information
jingdi.zhu committed Aug 15, 2023
1 parent b222eed commit a02b467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ let g:currentmode={
\ 'c' : 'Command ',
\}

set statusline=%{toupper(g:currentmode[mode()])}%f\ %h%m%r\ %=%-14.(%l,%c%V%)\ %y\ %P
set statusline=%{toupper(g:currentmode[mode()])}%f\ %h%m%r\ %=%-14.(%l,%c%V%)\ %y\ %P

0 comments on commit a02b467

Please sign in to comment.