Skip to content

Instantly share code, notes, and snippets.

View josemdiaza's full-sized avatar
🎯
Focusing

Jose Miguel Diaz josemdiaza

🎯
Focusing
  • AXA GO
  • Barcelona
View GitHub Profile
@ruph
ruph / .vimrc
Last active July 18, 2024 14:34
vim settings
" Use vim settings, rather then vi settings (much better!)
" This must be first, because it changes other options as a side effect.
set nocompatible
set t_Co=256 " iTerm2 supports 256 color mode.
set ai " auto indenting
set history=100 " keep 100 lines of history
set ruler " show the cursor position
syntax on " syntax highlighting
filetype plugin on " use the file type plugins