Skip to content

Instantly share code, notes, and snippets.

View AlexWheeler's full-sized avatar

Alex Wheeler AlexWheeler

View GitHub Profile
match 'properties', to: 'properties#show', via: :all
match 'properties', to: 'properties#index', via: [:get, :post]
match 'properties', to: 'properties#index', via: [:get, :post]
# remap prefix to Control + a
set -g prefix C-a
unbind C-b
bind C-a send-prefix
#clear screen w/ prefix 'c-l'
bind C-l send-keys 'C-l'
set -g default-terminal "screen-256color"
set -g utf8 on