Skip to content

Instantly share code, notes, and snippets.

@ftc2
ftc2 / jquery.autotype.js
Created December 2, 2017 03:26
jquery.autotype.js
/**
* 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)
# 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