Skip to content

Instantly share code, notes, and snippets.

@cyruzin
Last active March 12, 2021 00:50
Show Gist options
  • Save cyruzin/6797fdcd5b6afb31fe422bc60fdd826a to your computer and use it in GitHub Desktop.
Save cyruzin/6797fdcd5b6afb31fe422bc60fdd826a to your computer and use it in GitHub Desktop.
vim_useful_commands
ctrl + ] // navigate
ctrl + t // return navigation
ctrl + w // press twice and fast to change from nerdtree to the opened file
:NERDTreeToggle // reopen NERDTree
gt ou ctrl + > // change to the next tab
gT ou ctrl + < // back to the previous tab
:FZF // search file
:RG // regex (need to install ripgrep locally)
# Call Bash
:!{command} // :!go version
# Install coc-vim for Go language server
:CocInstall coc-go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment