Skip to content

Instantly share code, notes, and snippets.

@dangkhoasdc
Last active November 10, 2017 12:24
Show Gist options
  • Save dangkhoasdc/15577faf98bd6401496d5205a34c5711 to your computer and use it in GitHub Desktop.
Save dangkhoasdc/15577faf98bd6401496d5205a34c5711 to your computer and use it in GitHub Desktop.
VIM: tips and tricks

Searching and Substitution

Remove duplicates

:sort u

General

Force to break at the 80th column

  1. Select the text region.
  2. gq

Plugins

Surrounds

  • csc: c stand for command in Latex

Colorschemes

  • gruvbox
  • jellybeans

conceallevel

  • I am quite annoyed by the conceallevel of Markdown file. I do know which plugin set conceallevel=2, it bugs me. The code below is to show the last time the setting is configured:
:verbose set conceallevel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment