Skip to content

Instantly share code, notes, and snippets.

@KhaledMohamedP
KhaledMohamedP / system-ui.css
Created March 30, 2018 15:02
system-ui-font
/* Define the "system" font family */
@font-face {
font-family: system;
font-style: normal;
font-weight: 300;
src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma");
}
/* Now, let's apply it on an element */
set-option -g default-shell "/usr/local/bin/fish" │Type help for instructions on how to use fish
unbind /
bind / last-window
unbind %
bind - split-window -v
unbind '"'
bind \ split-window -h
set nocompatible " be iMproved:, required
filetype off " required
set shell=bash
set number
set incsearch
set relativenumber
" Map nerdmap toggle the sidebar
map <C-n> :NERDTreeToggle<CR>
@KhaledMohamedP
KhaledMohamedP / GitReference.md
Last active October 9, 2015 20:45
GitHub Reference

About Git

Table of Contact

  1. [What is git?](#what is git?)
  2. Source

What is git?

@KhaledMohamedP
KhaledMohamedP / BootstrapReference.md
Last active August 29, 2015 14:06
This is a list of all the classes in bootstrap framework.me

Setup HTML

Local Files

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">