(C-x means ctrl+x, M-x means alt+x)
The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:
| #include "ofMain.h" | |
| #include "ofxTiming.h" | |
| class ofApp : public ofBaseApp { | |
| public: | |
| ofVideoGrabber grabber; | |
| DelayTimer delay; | |
| ofTrueTypeFont font; | |
| string description; | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project xmlns="http://maven.apache.org/POM/4.0.0" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
| <modelVersion>4.0.0</modelVersion> | |
| <groupId>template</groupId> | |
| <artifactId>template</artifactId> | |
| <version>1.0</version> |
| #!/bin/bash | |
| ## vim:ts=4:sw=4:tw=100:ai:nowrap:formatoptions=croqln: | |
| #*******************************************************# | |
| # tumblr.sh # | |
| # written by Rahul Kumar # | |
| # 2010/01/01 # | |
| # Post, edit, delete, read tumblr.com # | |
| #*******************************************************# | |
| # References: http://www.tumblr.com/api#api_write | |
| # DONE : add read |
| #!/bin/sh | |
| # Modified by zulus69@gmail.com | |
| # | |
| # A sample /etc/unicorn/my_app.conf | |
| # RAILS_ENV=production | |
| # RAILS_ROOT=/var/apps/www/my_app/current | |
| . /etc/rc.subr | |
| USER="your_user_name" |