Skip to content

Instantly share code, notes, and snippets.

View devsdmf's full-sized avatar

Lucas Mendes devsdmf

View GitHub Profile
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AlternateMouseScroll</key>
<true/>
<key>AppleAntiAliasingThreshold</key>
<integer>1</integer>
<key>AppleScrollAnimationEnabled</key>
<integer>0</integer>
"\e[1;5C": forward-word
"\e[1;5D": backward-word
set horizontal-scroll-mode off
@devsdmf
devsdmf / .bash_profile
Last active February 16, 2017 01:48
My OSX's bash_profile
[[ -s ~/.bashrc ]] && source ~/.bashrc
# exports
export CLICOLOR=1
export LSCOLORS=cxexDxgxBxegedabagacad
export PATH="/usr/local/sbin:$PATH"
# aliases
alias ll='ls -lahGF'
alias edit='nano'