Skip to content

Instantly share code, notes, and snippets.

@esamson33
Created October 19, 2025 06:55
Show Gist options
  • Select an option

  • Save esamson33/f65e88fbf34b4513496df1a0627d46de to your computer and use it in GitHub Desktop.

Select an option

Save esamson33/f65e88fbf34b4513496df1a0627d46de to your computer and use it in GitHub Desktop.
Reconstructed .vimrc from Hilpisch book
set nocompatible
syntax on
filetype plugin indent on
set number
set ruler
set showcmd
set laststatus=2
set background=dark
colorscheme desert
set tabstop=4
set shiftwidth=4
set softtabstop=4
set expandtab
set autoindent
set smartindent
set smarttab
set hlsearch
set incsearch
set ignorecase
set smartcase
set nowrap
set encoding=utf-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment