Created
January 18, 2012 20:59
-
-
Save marioBonales/1635624 to your computer and use it in GitHub Desktop.
.after files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Aliases | |
alias gs='git status' | |
alias ll='ls -l' | |
alias gd='git branch -d' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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