initial commit of .vimrc, .profile, and .screenrc
This commit is contained in:
13
.vimrc
Normal file
13
.vimrc
Normal file
@ -0,0 +1,13 @@
|
||||
set nu
|
||||
set ts=4
|
||||
set sw=4
|
||||
set bs=2
|
||||
set bg=dark
|
||||
set paste
|
||||
set mouse=v " some vim defaults to mouse=a, which sucks for copying and pasting in Xorg
|
||||
syntax on
|
||||
if version >= 600
|
||||
filetype on " enable file type detection
|
||||
filetype plugin on " enable file type plugins
|
||||
filetype indent on " enable file type indents
|
||||
endif
|
Reference in New Issue
Block a user