Skip to content

Instantly share code, notes, and snippets.

@simme
simme / Install_tmux
Created October 19, 2011 07:55
Install and configure tmux on Mac OS X
# First install tmux
brew install tmux
# For mouse support (for switching panes and windows)
# Only needed if you are using Terminal.app (iTerm has mouse support)
Install http://www.culater.net/software/SIMBL/SIMBL.php
Then install https://bitheap.org/mouseterm/
# More on mouse support http://floriancrouzat.net/2010/07/run-tmux-with-mouse-support-in-mac-os-x-terminal-app/
@ewasion
ewasion / userChromeSnippets.css
Last active December 5, 2019 14:10
userChrome.css snippets
/*
You need this no matter what
Credits: http://kb.mozillazine.org/index.php?title=UserChrome.css
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/*
Prevent tab overflow
Credits: https://www.reddit.com/r/firefox/comments/6vnjgf/firefox_nightly_57_show_all_tabs_like_chromium/dm1lp00/
*/