Skip to content

Instantly share code, notes, and snippets.

View charleszheng44's full-sized avatar
πŸ’­
πŸ‘¨πŸ»β€πŸ’»

Charles Zheng charleszheng44

πŸ’­
πŸ‘¨πŸ»β€πŸ’»
  • Netflix
  • United States
  • 01:26 (UTC -07:00)
View GitHub Profile
@charleszheng44
charleszheng44 / iterm2.md
Created June 2, 2018 20:57 — forked from squarism/iterm2.md
iterm2 cheatsheet

Tabs and Windows

Function Shortcut
Fullscreen ⌘+ Enter
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

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

/********************
* TOOLTIP CSS
*/
.nvtooltip {
position: absolute;
background-color: rgba(255,255,255,1);
padding: 10px;
border: 1px solid #ddd;