new symlink setup

This commit is contained in:
Stephen
2020-03-30 23:56:56 -07:00
commit 649c841b36
10 changed files with 557 additions and 0 deletions

30
vimrc Normal file
View File

@@ -0,0 +1,30 @@
let mapleader = "'"
nnoremap <Leader><space> :nohlsearch<CR>
nnoremap <Leader>w :w!<CR>
nnoremap <Leader>wq :wq!<CR>
set t_Co=256
syntax on
filetype plugin indent on
set hidden
set wildmenu
set hlsearch
set ignorecase
set autoread
set smartcase
set backspace=indent,eol,start
set autoindent
set wrap
set smartindent
set nostartofline
set confirm
set mouse=a
set number
set shiftwidth=4
set softtabstop=4
set expandtab
set spell
set cursorline
set laststatus=2
set statusline=%t[%{strlen(&fenc)?&fenc:'none'},%{&ff}]%h%m%r%y%=%c,%l/%L\ %P
colorscheme slate