Home > stickies, Unix > vim rc

vim rc

Leave a comment Go to comments


file : ~/.vimrc

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
cat ~/.vimrc
 
syn on
set autoindent
set smartindent
set tabstop=4
set history=1000
set ignorecase
set shiftwidth=4
set sc
set wmnu
set ls=2
set ruler
set comments=b:#,:%,fb:-,n:>,n:),sr:/*,mb:*,ex:*/,b://
set hidden
set statusline=[%n][%f]%y%m%=[Ch:%b][strLen:%o][Lines:%L][Row:%l][Col:%c][%p%%]
set paste
set bs=2  " allow backspacing over everything in insert mode map  :r! date

Categories: stickies, Unix Tags:

  • Similiar Posts

  • Get a Trackback link

    No Comments Yet

    You can be the first to comment!

    Leave a comment