Skip to content

Instantly share code, notes, and snippets.

View cyb-ahmadh's full-sized avatar

Ahmad hamza cyb-ahmadh

  • Cybage Software
  • Pune
View GitHub Profile
@cyb-ahmadh
cyb-ahmadh / vimrc
Last active January 2, 2019 11:04
vimrc
set nocompatible " be iMproved, required
filetype indent on " required
set number
set lines=35 columns=150
set colorcolumn=100
let mapleader=" "
set hidden
set history=100
set nowrap