Skip to content

Instantly share code, notes, and snippets.

@thejediknight
thejediknight / iterm2.md
Last active December 2, 2021 23:58 — forked from squarism/iterm2.md
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)
@thejediknight
thejediknight / TaskException.cs
Created August 14, 2017 16:50
Task throwing exception
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace TaskProjects
{