# vimrc **Repository Path**: MouseZhang/vimrc ## Basic Information - **Project Name**: vimrc - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-31 - **Last Updated**: 2025-03-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ``` set encoding=utf-8 set number syntax on set showmode set showcmd set mouse=a set t_Co=256 filetype indent on set autoindent set tabstop=4 set shiftwidth=4 set expandtab set softtabstop=4 set relativenumber set cursorline set nowrap set scrolloff=5 set sidescrolloff=15 set laststatus=2 set ruler set showmatch set hlsearch set incsearch set ignorecase set smartcase set spell spelllang=en_us set undofile set autochdir set noerrorbells set visualbell set history=1000 set autoread set listchars=tab:»■,trail:■ set list set wildmenu set wildmode=longest:list,full ```