Skip to content

Commit

Permalink
Match vim statusline with tmux
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Slusny <[email protected]>
  • Loading branch information
deathbeam committed Dec 24, 2023
1 parent 7770a4a commit 4cce1ff
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions vim/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,11 @@ set laststatus=2

" Status line format
set statusline=
set statusline+=%<%F "full path
set statusline+=\ %1*%m "modified flag
set statusline+=%=%{&ff} "file format
set statusline+=\ %{&ff} "file format
set statusline+=%y "file type
set statusline+=\ %<%F "full path
set statusline+=\ %m "modified flag
set statusline+=%1*%= "left/right separator
set statusline+=%2*\ [%l/%L-%v\ 0x%04B] "cursor info

" Always use vertical diffs
Expand Down

0 comments on commit 4cce1ff

Please sign in to comment.