(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:
| # set to true to force inline links | |
| inline: false | |
| # set to true to add titles to links based on site title | |
| include_titles: false | |
| # change this to set a specific country for search (default US) | |
| country_code: US | |
| # set to true to include a random string in ref titles |
| # This is not a complete Nginx configuration! It only shows the relevant parts for integrating Diaspora. | |
| # [...] | |
| http { | |
| # Your standard server configuration goes here | |
| # [...] | |
| # This vhost just redirects to HTTPS |
| jump to AOl | |
| jump to All Experts | |
| jump to Amazon | |
| jump to American Heart Association | |
| jump to Apple | |
| jump to baby center | |
| jump to bartleby | |
| jump to CBS sports | |
| jump to CNN | |
| jump to Sea Net |
| #!/usr/bin/ruby | |
| # WebExcursions, a script for gathering new Pinboard links with a certain tag | |
| # and generating Markdown/Jekyll posts when enough are collected. | |
| # Brett Terpstra 2013 | |
| # | |
| # -f to force writing out current bookmarks to file regardless of count | |
| %w[fileutils set net/https zlib rexml/document time base64 uri cgi stringio].each do |filename| | |
| require filename | |
| end |
| #!/usr/bin/ruby | |
| # WebExcursions, a script for gathering new Pinboard links with a certain tag | |
| # and generating Markdown/Jekyll posts when enough are collected. | |
| # Brett Terpstra 2013 | |
| # | |
| # -f to force writing out current bookmarks to file regardless of count | |
| %w[fileutils set net/https zlib rexml/document time base64 uri cgi stringio].each do |filename| | |
| require filename | |
| end |
{% gist 9cf01dc9cf5e57434113 %}
For bonus[^1] points here is some in-line code just you!
def foo
puts 'foo'A lovely example of a gist embedding
I hereby claim:
To claim this, I am signing this object:
| =begin | |
| Plugin: Twitter Logger | |
| Version: 3.0 | |
| Description: Logs updates and favorites for specified Twitter users | |
| Author: [Brett Terpstra](http://brettterpstra.com) | |
| Configuration: | |
| twitter_users: [ "handle1" , "handle2", ... ] | |
| save_images: true | |
| droplr_domain: d.pr | |
| twitter_tags: "#social #blogging" |