X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vimrc;h=1dfc91956094d9af1abefc371e1a5e02c5cb44e5;hb=874a5ebdc7dcd3608bbdcf15a1f891dbc62303c7;hp=a5ee192ff3e140e6567e8f31ff89c35778d41722;hpb=1fc87ca6505b39e15c8823dc6ad823ec1cfb12fc;p=config%2Fdotfiles.git diff --git a/vimrc b/vimrc index a5ee192..1dfc919 100644 --- a/vimrc +++ b/vimrc @@ -179,6 +179,7 @@ if has('statusline') " on the right set statusline+=%= " right align + set statusline+=0x%-8B\ " current character under cursor as hex set statusline+=%-12.(%l,%c%V%)\ " line number (%l), " column number (%c), " virtual column number if different