Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'vimrc'

906476 - my vimrc: vimrc anime
  1. syntax on
  2.  
  3. set autoindent
  4. set smartindent
  5.  
  6. set tabstop=2
  7. set shiftwidth=2
  8.  
  9.  
655525 - Arun's VIMRC: vimrc
  1. """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
  2. " Stuff I have decided I don't like
  3. """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
  4. set ignorecase " -- turns out, I like case sensitivity
  5. "set list " turns out, I don't like listchars -- show chars on end of line, whitespace, etc
  6. "autocmd GUIEnter * :simalt ~x -- having it auto maximize the screen is annoying
  7. "autocmd BufEnter * :lcd %:p:h -- switch to current dir (breaks some scripts)
  8.  
  9.  
652543 - markuz vimrc: python vim vimrc hightlight
  1. " An example for a vimrc file.
  2. "
  3. " Maintainer:   Bram Moolenaar <Bram@vim.org>
  4. " Last change:  2002 Sep 19
  5. "
  6. " To use it, copy it to
  7. "     for Unix and OS/2:  ~/.vimrc
  8. "             for Amiga:  s:.vimrc
  9.  
worth-right
worth-right
worth-right