Skip to content

Instantly share code, notes, and snippets.

@nhooyr
Created December 4, 2015 21:51
Show Gist options
  • Save nhooyr/161d324f4a3aeb3c9fe4 to your computer and use it in GitHub Desktop.
Save nhooyr/161d324f4a3aeb3c9fe4 to your computer and use it in GitHub Desktop.
autocmd FileType go nnoremap <expr> <leader>u getline('.') =~ '\(^\s*\/\/\)\|\(^\s*$\)' ? '' : "I// \<esc>j"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment