Skip to content

Instantly share code, notes, and snippets.

@scheibinger
scheibinger / osx-sh
Last active August 29, 2015 13:57
osx bash snippets
#what is listening on port 8080 ?
lsof -i -n -P | grep TCP | grep LISTEN | grep 8080
@scheibinger
scheibinger / .vimrc
Created February 3, 2014 20:55 — forked from napcs/.vimrc
" this is the configuration file for linux and mac systems
" symlink this to your home folder as .vimrc
" It loads ~/.vim/vundle and loads all modules from ~/.vim/bundle.
" It then loads ~/.vim/vimrc_main which has the main
" configuration that works across all systems.
source ~/.vim/vundle
source ~/.vim/vimrc_main
" Put platform specific stuff here.
# !/bin/bash
# Copyright (c) 2011 Float Mobile Learning
# http://www.floatlearning.com/
# Extension Copyright (c) 2013 Weptun Gmbh
# http://www.weptun.de
#
# Extended by Ronan O Ciosoig January 2012
#
# Extended by Patrick Blitz, April 2013
[10:12:54] Francisco Ferreira: http://robots.thoughtbot.com/post/2641409235/a-tmux-crash-course
[10:15:53] Andrzej Grzesik: set -g utf8 on
set -g status-utf8 on
set -g default-terminal "screen-256color"
setw -g automatic-rename
setw -g mode-mouse on
set -g mouse-select-pane on
set -g history-limit 30000