Skip to content

Instantly share code, notes, and snippets.

View jspiros's full-sized avatar

Joseph Spiros jspiros

View GitHub Profile
# Set the prefix to ^A.
unbind C-b
set -g prefix ^A
bind a send-prefix
# Bind appropriate commands similar to screen.
# lockscreen ^X x
unbind ^X
bind ^X lock-server
unbind x

Keybase proof

I hereby claim:

  • I am jspiros on github.
  • I am jspiros (https://keybase.io/jspiros) on keybase.
  • I have a public key whose fingerprint is 4B68 B4B1 754D D141 E6F9 803B 4F25 E665 6970 47AE

To claim this, I am signing this object:

/* Gilbert JS */
Ext.BLANK_IMAGE_URL = '{% mediaurl "gilbert/ext/resources/images/default/s.gif" %}';
Ext.onReady(function(){
Gilbert.Application = new Gilbert.ui.Application({
title: 'Philo + Gilbert',
user: {
name: '{% filter force_escape %}{% firstof user.get_full_name user.username %}{% endfilter %}',
change_password_url: '{% url admin:password_change %}?_popup=1&pop=1',