Skip to content

Instantly share code, notes, and snippets.

View optik-aper's full-sized avatar
🦝

Michael Riley optik-aper

🦝
  • United States
  • 20:09 (UTC -04:00)
View GitHub Profile
@optik-aper
optik-aper / vim-go-cheatsheet.md
Last active October 13, 2022 16:41 — forked from krlvi/vim-go-cheatsheet.md
vim-go Cheatsheet

vim-go

Plugin https://github.com/fatih/vim-go
Tutorial https://github.com/fatih/vim-go-tutorial
Vimrc https://github.com/fatih/dotfiles/blob/master/vimrc

Run

Commands

  • File :GoRun %
  • Package :GoRun
  • Debug :GoDebugStart