Skip to content

Instantly share code, notes, and snippets.

@ericbutters
Last active August 29, 2015 13:57
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 ericbutters/9780622 to your computer and use it in GitHub Desktop.
Save ericbutters/9780622 to your computer and use it in GitHub Desktop.
# set mouse
:set mouse=a "use mouse to select window etc
:set mouse=v "use mouse to copy to clipboard
# folding
:set foldmethod=syntax "source code folding
# shift+tab to remove leading tabs
VISUAL MODE and select lines, then '<' and '.' to use last command.
# folding all lines obove current line
:1,. fold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment