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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"permissions": { | |
"allow": [ | |
"Bash(git branch :*)", | |
"Bash(git diff :*)", | |
"Bash(git log :*)", | |
"Bash(git remote :*)", | |
"Bash(git reset --hard HEAD@{1})", | |
"Bash(git reset --soft :*)", | |
"Bash(git show :*)", |
This algorithm returns the points that form an orthogonal path between two rectangles.
// Define shapes
const shapeA = {left: 50, top: 50, width: 100, height: 100};
const shapeB = {left: 200, top: 200, width: 50, height: 100};
I hereby claim:
- I am ardallie on github.
- I am ardallie (https://keybase.io/ardallie) on keybase.
- I have a public key ASBet8cdLHjxChzcUrm4c_e4ErCIYwgw7f9iss49YkU9cwo
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JetBrains multi-line match | |
--------------------------- | |
\{$[\d\D]^(.*)key: "OpenItem",$[\d\D]^(.*)name: "Open",$[\d\D]^(.*)fieldName: "OpenItem",$[\d\D]^(.*)minWidth: ..,$[\d\D]^(.*)maxWidth: ..,$[\d\D]^(.*)isResizable:(.*)$[\d\D]^(.*)\},$ | |
to match | |
-------- | |
{ | |
key: "OpenItem", |