This file contains 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
/** | |
* jQuery.autotype - Simple, accurate, typing simulation for jQuery | |
* | |
* version 0.5.0 | |
* | |
* http://michaelmonteleone.net/projects/autotype | |
* http://github.com/mmonteleone/jquery.autotype | |
* | |
* Copyright (c) 2009 Michael Monteleone | |
* Licensed under terms of the MIT License (README.markdown) |
This file contains 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
# GNU-Screen compatible prefix | |
set-option -g prefix C-a | |
bind-key C-a last-window | |
bind-key C-d detach -P | |
# color | |
set -g default-terminal "tmux-256color" | |
# Start window numbering at 1 | |
set -g base-index 1 |