Skip to content

Instantly share code, notes, and snippets.

@marioBonales
Created January 18, 2012 20:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marioBonales/1635624 to your computer and use it in GitHub Desktop.
Save marioBonales/1635624 to your computer and use it in GitHub Desktop.
.after files
# Aliases
alias gs='git status'
alias ll='ls -l'
alias gd='git branch -d'
" Font
set guifont=Menlo\ Regular:h14
" Search options
set hlsearch
set incsearch
" Leader key
let mapleader = ","
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment