Skip to content

Instantly share code, notes, and snippets.

@skratchdot
skratchdot / iterm2.md
Created November 14, 2023 11:56 — forked from squarism/iterm2.md
An iTerm2 Cheatsheet

Tabs and Windows

Function Shortcut
New Tab + T
Close Tab or Window + W (same as many mac apps)
Go to Tab + Number Key (ie: ⌘2 is 2nd tab)
Go to Split Pane by Direction + Option + Arrow Key
Cycle iTerm Windows + backtick (true of all mac apps and works with desktops/mission control)
@skratchdot
skratchdot / jq.rb
Created October 21, 2012 18:57 — forked from atdt/jq.rb
Jq formula for Homebrew
require 'formula'
class Jq < Formula
homepage 'http://stedolan.github.com/jq/'
url 'http://stedolan.github.com/jq/download/source/jq.tgz'
sha1 'b3dfaafd1bbe89f04a92036eade3475613078e0c'
version '32e1b114df'
def install
system "make"