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

Advertising

.vimrc
Wednesday, May 16th, 2012 at 7:36:10am MDT 

  1. " vim mode
  2. set nocompatible
  3.  
  4. "enable filetype plugin
  5. filetype plugin on
  6. filetype indent on
  7.  
  8. " enable auto indent
  9. set autoindent
  10. " indent width
  11. set shiftwidth=4
  12. " tab width
  13. set tabstop=4
  14.  
  15. "show character position
  16. set ruler
  17. "show tab characters
  18. set list
  19. set listchars=tab:>.
  20. "show matching paranthesis
  21. set showmatch
  22.  
  23. ""Searching
  24. "ignore case unless it contains capitals
  25. set ignorecase
  26. set smartcase
  27. "incremental searches
  28. set incsearch
  29.  
  30. set statusline=%F%m%r%h%w\ [FORMAT=%{&ff}]\ [TYPE=%Y]\ [POS=%l,%v][%p%%]\ %{strftime(\"%d/%m/%y\ -\ %H:%M\")}
  31. set laststatus=2
  32.  
  33. "AutoCommands
  34. autocmd! bufwritepost .vimrc source ~/.vimrc
  35.  
  36. colorscheme desert256

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

worth-right