Table of Contact
- [What is git?](#what is git?)
- Source
/* 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> |
Table of Contact