Skip to content

Instantly share code, notes, and snippets.

View Nosherwan's full-sized avatar
🏠
Working remotely

Nosh Ghazanfar Nosherwan

🏠
Working remotely
View GitHub Profile
@Nosherwan
Nosherwan / .vimrc
Created September 20, 2022 22:14 — forked from joegoggins/.vimrc
Mac Vim .vimrc file
" Use Vim settings, rather then Vi settings (much better!).
" This must be first, because it changes other options as a side effect.
set nocompatible
" ================ General Config ====================
set number "Line numbers are good
set backspace=indent,eol,start "Allow backspace in insert mode
set history=1000 "Store lots of :cmdline history
set showcmd "Show incomplete cmds down the bottom