0

I use vscodevim plugin in vscode.

I know h for left and l for right, I need to jump to a really big column position, for example, 19001129, I typed 19001129l, it only jumped to column 99999. Is there a maximum value? How to make it bigger?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
W.Perrin
  • 4,217
  • 32
  • 31
  • Have you tried with vanilla vim? The count in vim is type long, it is much greater than your number, it should not be a problem. Here both `|`(pipe) and `l`(lower L) support a more than 99999 count. – Kent Aug 03 '20 at 09:22
  • I use `vscodevim` plugin. Please check this https://github.com/VSCodeVim/Vim. I didn't try `vi` from command line for this case. – W.Perrin Aug 03 '20 at 09:30
  • You should tell us that information! It's a vim "simulator" instead of a vim editor. Also you should tag it with this plugin instead of vim. Because it is not vim. Sorry, I don't use vscode, because I have vim. – Kent Aug 03 '20 at 09:33

0 Answers0