This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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> |