csv.vim icon indicating copy to clipboard operation
csv.vim copied to clipboard

How to locate specific row and column?

Open yinflying opened this issue 6 years ago • 2 comments

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 ?

yinflying avatar May 19 '19 12:05 yinflying

You want to move the cursor there? Or do you want to know where the cursor is?

chrisbra avatar May 19 '19 14:05 chrisbra

@chrisbra I want to move the cursor to there( I could get where the cursor is at status line)

yinflying avatar May 23 '19 02:05 yinflying

That is the proper way to do it then:

:32<CR>^23L

chrisbra avatar Dec 01 '23 10:12 chrisbra