singhsanket143 / My-Vim-Config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File: vi ~/.vimrc

:syntax on

set number

set autoindent

filetype plugin indent on

set tabstop=4 softtabstop=4

set shiftwidth=4

colorscheme murphy

:se mouse+=a

About