Skip to content

Instantly share code, notes, and snippets.

View hophamducnguyen's full-sized avatar

Martin Ho hophamducnguyen

  • Ho Chi Minh
View GitHub Profile
@hophamducnguyen
hophamducnguyen / iterm2.md
Created February 10, 2020 03:13 — 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)
@hophamducnguyen
hophamducnguyen / multiple_ssh_setting.md
Created October 29, 2019 04:26 — forked from jexchan/multiple_ssh_setting.md
Multiple SSH keys for different github accounts

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 "[email protected]"