Skip to content

Instantly share code, notes, and snippets.

View charleszheng44's full-sized avatar

Charles Zheng charleszheng44

  • Netflix
  • United States
  • 07:21 (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;