Hacker News new | ask | show | jobs
by jmholla 156 days ago
Like the nth character in the current buffer? I believe vim has that built-in: `<n>go`. I think `<n><space>` will do it relative to your current position.
1 comments

Actually, `<n><space>` ignores things like new lines.