csv.vim
csv.vim copied to clipboard
How to locate specific row and column?
I found many interesting function about this csv plugin, but how can I locate the specific row and column? I could use such combination to locate 32 row and 24 column:
:32<CR>^23L
However, is there more convenient way ?
You want to move the cursor there? Or do you want to know where the cursor is?
@chrisbra I want to move the cursor to there( I could get where the cursor is at status line)
That is the proper way to do it then:
:32<CR>^23L