Skip to content

Instantly share code, notes, and snippets.

View youvegotmoxie's full-sized avatar
🏠
Working from home

Michael Beasley youvegotmoxie

🏠
Working from home
View GitHub Profile
set smoothscroll
let scrollstep = 80
set smartcase
set noautofocus
set completeonopen
site '*://*reddit.com*' {
unmap .
unmap j
unmap k
unmap /
set smoothscroll
let scrollstep = 80
set smartcase
set noautofocus
set completeonopen
site '*://*reddit.com*' {
unmap .
unmap j
unmap k
unmap /
https://github.com/youvegotmoxie/skriptan/blob/master/freebsd/minecraft/minecraft.sh
# Control iTunes from command line
# Play iTunes
function iplay() {
osascript -e 'tell application "iTunes" to play'
}
# Pause iTunes
function ipause() {
osascript -e 'tell application "iTunes" to pause'