Skip to content

Instantly share code, notes, and snippets.

View ursuad's full-sized avatar

Adrian Ursu ursuad

  • Advance Leap Ltd
  • London, United Kindom
View GitHub Profile
@ursuad
ursuad / iterm2.md
Created April 30, 2016 10:46
iterm2 cheatsheet

Tabs and Windows

Function Shortcut
Previous Tab + Left Arrow
Next Tab + Right Arrow
Go to Tab + Number
Go to Window + Option + Number
Go to Split Pane by Direction + Option + Arrow
Go to Split Pane by Order of Use + ] , + [

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "your_email@youremail.com"