Skip to content

Instantly share code, notes, and snippets.

View bulutmf's full-sized avatar
🎯
Focusing

Fatih Bulut bulutmf

🎯
Focusing
View GitHub Profile
@bulutmf
bulutmf / iterm2.md
Created September 21, 2018 15:27 — 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
cd /tmp
git clone https://github.com/facebook/watchman.git
cd watchman/
git checkout v4.7.0
sudo apt-get install -y autoconf automake build-essential python-dev libtool libssl-dev
./autogen.sh
./configure
make
sudo make install