Skip to content

Instantly share code, notes, and snippets.

@m0rb
Created November 22, 2025 18:59
Show Gist options
  • Select an option

  • Save m0rb/172352fca68ac5a3ee68e775547839d7 to your computer and use it in GitHub Desktop.

Select an option

Save m0rb/172352fca68ac5a3ee68e775547839d7 to your computer and use it in GitHub Desktop.
.vimrc
set modelines=0
set ruler
set more
set autoread
set number
set hidden
set noautowrite
set lazyredraw
set showmode
set showcmd
set nocompatible
set autoindent smartindent
set expandtab
set tabstop=2
set shiftwidth=6
set scrolloff=5
set sidescrolloff=5
set backspace=indent,eol,start
set showfulltag
set noerrorbells
set linebreak
set cmdheight=2
set undolevels=1000
set updatecount=100
set complete=.,w,b,u,U,t,i,d
set ttyfast
set nofoldenable
set wildmode=longest:full
set wildignore+=*.o,*~,.lo,.out
set wildmenu
set foldmethod=syntax
set foldcolumn=2
set dictionary=/usr/share/dict/american
set guifont=PxPlus\ IBM\ VGA9\ Regular\ 14
set tabpagemax=100
let g:secure_modelines_verbose=0
let g:secure_modelines_modelines = 15
let maplocalleader=','
colorscheme elflord
filetype on
filetype indent on
filetype plugin on
syntax on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment