Custom status line in vim
Add the following three lines to the end of either /etc/vimrc or ~/.vimrc set paste set statusline=%F%m%r%h%w\ [FORMAT=%{&ff}]\ [TYPE=%Y]\ [ASCII=\%03.3b]\ [HEX=\%02.2B]\ [POS=%04l,%04v][%p%%]\ [LEN=%L] set laststatus=2 Will the following to the bottom of your vim session: ~/x.txt [FORMAT=unix] [TYPE=TEXT] [ASCII=000] [HEX=00] … Continue reading →