Is there a way on vim to show all column numbers in the current buffer line?

H 'statusline It is as easy as defining exactly what you what to see printed. E. G RulerStr() comes from vanhemert.co.uk/vim/vimacros/ruler2.vim function!RulerStr() let columns = &columns let inc = 0 let str = "" while (inc 9) let buffer = "" endif let str .

= "....+..." . Buffer . Inc10 let inc += 10 endwhile let str = strpart(str, 0, columns) return str endfunction let s:saved_stl = {} function!

S:ToggleRuler() let buf = bufnr('%') if has_key(s:saved_stl, buf) let &l:stl = s:saved_stlbuf unlet s:saved_stlbuf else let s:saved_stlbuf = &l:stl setlocal stl=%{RulerStr()} endif endfunction nnoremap µ :call ToggleRuler().

H 'statusline' It is as easy as defining exactly what you what to see printed. E.g. " RulerStr() comes from vanhemert.co.uk/vim/vimacros/ruler2.vim function!RulerStr() let columns = &columns let inc = 0 let str = "" while (inc 9) let buffer = "" endif let str .

= "....+..." . Buffer . Inc10 let inc += 10 endwhile let str = strpart(str, 0, columns) return str endfunction let s:saved_stl = {} function!

S:ToggleRuler() let buf = bufnr('%') if has_key(s:saved_stl, buf) let &l:stl = s:saved_stlbuf unlet s:saved_stlbuf else let s:saved_stlbuf = &l:stl setlocal stl=%{RulerStr()} endif endfunction nnoremap µ :call ToggleRuler().

Nice, ill give it a try and gonna come back with the outcome – Arthur Dec 29 '10 at 3:09.

You can use "set ruler". It will show the line number and column position at the bottom.

I want to see displayed all column numbers, not just the current one :D – Arthur Dec 28 '10 at 18:47 Ohh...Never heard of that, I don't know this will help or not, but you can use "|" command to move your cursor to a particular col. For eg: '8|' will move the cursor to 8th column. I don't know how to display the column numbers.

– Vikram. Exe Dec 28 '10 at 18:52.

It will show the line number and column position at the bottom. Terms of service. Not the answer you're looking for?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions