go to character in vim
vim
Solution
`:goto 21490` will take you to the 21490th byte in the buffer.
Problem
I'm getting an error message from a python script `at position 21490`. How can I go to this position in Vim?
vim
`:goto 21490` will take you to the 21490th byte in the buffer.
I'm getting an error message from a python script `at position 21490`. How can I go to this position in Vim?