Skip to content

Instantly share code, notes, and snippets.

@mcpcpc
Last active December 17, 2020 14:24
Show Gist options
  • Save mcpcpc/c6a62e3313df2618e1be62884ce9e677 to your computer and use it in GitHub Desktop.
Save mcpcpc/c6a62e3313df2618e1be62884ce9e677 to your computer and use it in GitHub Desktop.
VIM Configuration File
set nocp ai ru sc wmnu noet nosol nowrap
set bs=2 fo=cqrt shm=at tw=72 ww=<,>,h,l,[,] com=b:#,:%,n:>
set list lcs=tab:~-,trail:~,extends:^
@mcpcpc
Copy link
Author

mcpcpc commented Jun 21, 2020

Leaving this here as this was my old vimrc, which i no longer use:

set nocp noeb nosol wmnu lz tf
filetype plugin indent on
syntax on
set mouse=a
set nu
set ww=h,l
set ts=4 sts=4 sw=4 bs=2 sr ai
set com=b:#,:%,n:>
set pt=<F2> cb=unnamed,unnamedplus
set list lcs=tab:»·,trail:·
set nobk nowb noswf
set hls is scs ic
set encoding=utf8
set sb spr
set pa+=**
noremap <Up> <NOP>
noremap <Down> <NOP>
noremap <Left> <NOP>
noremap <Right> <NOP>
autocmd FileType markdown,text setlocal spell

@mcpcpc
Copy link
Author

mcpcpc commented Dec 7, 2020

Archive the most recent version:

set ai nocp ek hid hls ru sc vb wmnu noeb noet nosol nowrap
set bs=2 fo=cqrt shm=at tw=80 sw=4 ts=4 sts=4 ww=<,>,h,l,[,]
set com=b:#,:%,n:>
set list lcs=tab:»·,trail:·,extends:^

@mcpcpc
Copy link
Author

mcpcpc commented Dec 17, 2020

Archive most recent version:

set nocp ai hls ru sc vb wmnu noeb noet nosol nowrap
set bs=2 fo=cqrt shm=at tw=72 ww=<,>,h,l,[,] com=b:#,:%,n:>
set list lcs=tab:~-,trail:~,extends:^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment