Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key><string>org.virtualbox.over</string>
<key>UserName</key><string>ofernandes</string>
<key>OnDemand</key><false/>
<key>RunatLoad</key><false/>
<key>ProgramArguments</key>
@DevNerd
DevNerd / tmux.conf
Created August 2, 2012 13:09 — forked from otaviof/tmux.conf
Tmux configuration example
unbind C-b
unbind l
set -g prefix `
set-option -g status-keys vi
set-window-option -g mode-keys vi
set-window-option -g utf8 on
set-window-option -g mode-mouse off
set-option -g mouse-select-pane off
set-option -g history-limit 4096
set -g default-terminal "screen-256color"