Skip to content

Instantly share code, notes, and snippets.

@KirillLykov
Created June 26, 2020 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KirillLykov/4ae13d910530013a1b910082f5e4f54e to your computer and use it in GitHub Desktop.
Save KirillLykov/4ae13d910530013a1b910082f5e4f54e to your computer and use it in GitHub Desktop.
vim files navigation
:bf            # Go to first file.
:bl            # Go to last file
:bn            # Go to next file.
:bp            # Go to previous file.
:bw            # Close file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment