Skip to content

Instantly share code, notes, and snippets.

View mskelton's full-sized avatar

Mark Skelton mskelton

View GitHub Profile
@mskelton
mskelton / user-css-styles.md
Last active April 10, 2023 18:41
myfxbook.user.css
@mskelton
mskelton / buildkite-dark-theme.user.css
Last active March 22, 2021 22:36
Buildkite Dark Theme
/* ==UserStyle==
@name Buildkite Dark Theme
@namespace github.com/mskelton
@version 2.3.2
@description Relief the stress on your eyes when using Buildkite with this custom dark theme! This theme is inspired by the GitHub dark theme that was recently released.
@author Mark Skelton
@license ISC
@homepageURL https://gist.github.com/mskelton/3f1a9059abda31d54e8780aeaabb7399
==/UserStyle== */
@-moz-document regexp("https://buildkite\\.com/(?!docs).*") {
@andreyvit
andreyvit / tmux.md
Created June 13, 2012 03:41
tmux cheatsheet

tmux cheat sheet

(C-x means ctrl+x, M-x means alt+x)

Prefix key

The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:

remap prefix to Control + a