Posts tagged 'vim' Page 1 of 1

Vim Plugins: Fugitive

Fugitive is awesome, but incredibly complicated! Use :help fugitive within vim (when the fugitive plugin is installed) for comprehensive documentation. You can also type g? during an interactive c...

Vim Cheatsheet

Text :set textwidth=79 to automatically insert lines breaks after 79 characters gq to wrap the text on the current line (or selected text) :set wrap linebreak nolist to display long li...