Skip to content

Instantly share code, notes, and snippets.

@bouzuya
Created February 23, 2012 11:45
Show Gist options
  • Save bouzuya/1892513 to your computer and use it in GitHub Desktop.
Save bouzuya/1892513 to your computer and use it in GitHub Desktop.
" http://subtech.g.hatena.ne.jp/motemen/20080504/1209838652
nnoremap <expr> ^ search('^\s*\%#\S', 'bn') ? '0' : '^'
nnoremap <expr> 0 col('.') == 1 ? '^' : '0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment