Adds elixir support; extends tmux config; adds vim viewport key-bindings

This commit is contained in:
William Carroll 2016-12-01 18:29:58 -05:00
parent 7d5ad2b2b9
commit dded5d6497
4 changed files with 55 additions and 11 deletions

View file

@ -23,3 +23,6 @@ alias ccat="pygmentize -g"
# pushd and popd commands
alias wdirs='dirs | tr " " "\n" | sort -r'
# Pretty-print git history
alias glp="git log --graph --pretty=format:'%Cred%h%Creset -%Cblue %an %Creset - %C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative"