Skip to content

Instantly share code, notes, and snippets.

@randria
Created April 19, 2024 11:54
Show Gist options
  • Save randria/a6178e4d69b360ac5f3363a7c195df3a to your computer and use it in GitHub Desktop.
Save randria/a6178e4d69b360ac5f3363a7c195df3a to your computer and use it in GitHub Desktop.
vim tips

TIPS for edition

wrap text to 80 columns

:%!fold -w 60
:set textwidth=80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment