Skip to content

Instantly share code, notes, and snippets.

View zbennett10's full-sized avatar

Zachary Bennett zbennett10

View GitHub Profile
@asabaylus
asabaylus / gist:3071099
Created July 8, 2012 14:12
Github Markdown Heading Anchors

Anchors in Markdown

To create an anchor to a heading in github flavored markdown. Add - characters between each word in the heading and wrap the value in parens (#some-markdown-heading) so your link should look like so:

[create an anchor](#anchors-in-markdown)

@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active June 6, 2025 00:00
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname