Skip to content

Instantly share code, notes, and snippets.

@hotoo
Created June 25, 2010 12:14
Show Gist options
  • Save hotoo/452770 to your computer and use it in GitHub Desktop.
Save hotoo/452770 to your computer and use it in GitHub Desktop.
" @see http://blog.chinaunix.net/u/8681/showart_1226043.html
" @usage 50g| jump to 50% of the lines columns.
nnoremap <expr> g<Bar> '<Esc>' . float2nr( round( (col('$')-1) * min([100, v:count]) / 100.0)) . '<Bar>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment