Skip to content

Instantly share code, notes, and snippets.

# ------------------------------------------------------------------
# Session options
# -------------------------------------------------------------------
# Change bind key to ctrl-a
unbind-key c-b
set-option -g prefix c-a
# Index starts from 1
set-option -g base-index 1
set-option -g pane-base-index 1
@swieder227
swieder227 / com.googlecode.iterm2.plist
Last active November 13, 2017 22:34
iTerm Profile
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AppleAntiAliasingThreshold</key>
<integer>1</integer>
<key>AppleScrollAnimationEnabled</key>
<integer>0</integer>
<key>AppleSmoothFixedFontsSizeThreshold</key>
<integer>1</integer>
@swieder227
swieder227 / cloudSettings
Last active July 2, 2018 18:46
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-07-02T18:46:22.241Z","extensionVersion":"v2.9.2"}
@swieder227
swieder227 / .phoenix.js
Last active February 2, 2022 17:25
A config file for Phoenix
/***********************************************
Seth Wieder's Config file for Phoenix.js, an OS X window management tool
Last Tested with Version 2.5
https://github.com/kasper/phoenix/
***********************************************/
Phoenix.set({
daemon: true, // if true, runs in background w/o status bar
openAtLogin: true
});