Skip to content

Instantly share code, notes, and snippets.

View psteiner's full-sized avatar
🎮
Game stuff

Philip Steiner psteiner

🎮
Game stuff
View GitHub Profile
@psteiner
psteiner / gist:5182724
Last active December 15, 2015 01:49
UltiSnips error in Cygwin Vim
$ vim
Error detected while processing /home/Philip/.vim/bundle/ultisnips/plugin/UltiSnips.vim:
line 232:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/Philip/.vim/bundle/ultisnips/plugin/UltiSnips/__init__.py", line 13, in <module>
from UltiSnips._diff import diff, guess_edit
File "/home/Philip/.vim/bundle/ultisnips/plugin/UltiSnips/_diff.py", line 7, in <module>
from UltiSnips import _vim
File "/home/Philip/.vim/bundle/ultisnips/plugin/UltiSnips/_vim.py", line 320, in <module>
@psteiner
psteiner / .tmux.conf
Created May 21, 2012 19:33
My tmux configuration file
# bind tmux commands to Ctrl-A for Vim compatibility
# and better ergonomics :)
unbind C-b
set -g prefix C-a
# Ctrl-A Ctrl-A switches to last window
bind C-a last-window
bind a send-prefix
# Rebind Ctrl-| to split the window horizontally [ | ]
@psteiner
psteiner / rumble.sh
Created May 21, 2012 18:50
tmux for railstutorial.org
#!/bin/sh
# ====================================================================
# This is the tmux configuration I use for setting up my Ruby on Rails
# Tutorial session
#
BASE="$HOME/sites/sample_app"
cd $BASE
tmux start-server