Show Menu
Cheatography

vim.spf13 Cheat Sheet by

Keys combination and other notes while exploring vim.spf13.com's "The Ultimate Vim Distribution"

Site location

 

Autoco­mplete

Changing Defaults

Word Wrapping
set nowrap

Mini recipes

Replace tabs with spaces
%s/\t/ /g
 

Custom­ization

Always in ~/.vim­rc.l­ocal

Disable python (for erros in OS/X)
Add:
let g:pymode = 0

disable tabs showing as ',...'
set nolist

disable folding
set nofold­enable

Ubuntu specific

For Solarized (origi­nally from: http:/­/tw­ois­m.p­ost­ero­us.c­om­/vi­m-j­anu­s-a­nd-­sol­ari­zed­-on­-ub­unt­u-d­one­-right )

" ~/.vim­rc.l­ocal
let g:sola­riz­ed_­ter­mco­lor­s=256
set t_Co=16
set backgr­oun­d=dark
colors­cheme solarized
           
 

Comments

I cannot maintain or enhance this cheat sheet. Anyone that might want to to step up?

Add a Comment

Your Comment

Please enter your name.

    Please enter your email address

      Please enter your Comment.

          Related Cheat Sheets

          PluginVim Cheat Sheet
          vim tpope/vim-surround Cheat Sheet
          Vim - Surround Cheat Sheet

          More Cheat Sheets by dimitrios

          CoffeeScript Cheat Sheet
          My JS notes Cheat Sheet
          The 30 CSS Selectors You Must Memorize Cheat Sheet