Skip to content

Instantly share code, notes, and snippets.

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

#---------------------------------------------------------------------------------------------------------------------
#-- READ ME FIRST:
#--
#--
#-- This file is currently shared between 4.1 and 4.2+ MFM iOS app builds. Old 4.1 application has very restricted HIW
#-- support so some efforts must be applied to make this file compatible both for 4.1 and 4.2+
#--
#-- 4.1 Known issues:
#--
#-- - Only 3 screens (RDC/PP/BPEdit) are supported
#---------------------------------------------------------------------------------------------------------------------
#-- READ ME FIRST:
#--
#--
#-- This file is currently shared between 4.1 and 4.2+ MFM iOS app builds. Old 4.1 application has very restricted HIW
#-- support so some efforts must be applied to make this file compatible both for 4.1 and 4.2+
#--
#-- 4.1 Known issues:
#--
#-- - Only 3 screens (RDC/PP/BPEdit) are supported
@igladun
igladun / 1.txt
Created September 21, 2016 11:43
#screen name="CARD CONTROLS ROOT" title="HIW CARD CONTROLS ROOT"
#step title="CARD CONTROLS ROOT"
<p>Step 1 text</p>
<hr>
<p>Step 1 text</p>
@igladun
igladun / reset.sh
Last active August 20, 2017 18:01
defaults delete com.apple.dt.Xcode
rm -rf $HOME/Library/Application Support/Developer/Shared/Xcode
rm -rf $HOME/Library/Saved\ Application\ State/com.apple.dt.Xcode.savedState
rm -rf $HOME/Library/Preferences/com.apple.dt.Xcode.*
xcrun simctl erase all
xcrun simctl list | grep -oh '[A-Z0-9]\{8\}-[A-Z0-9]\{4\}-[A-Z0-9]\{4\}-[A-Z0-9]\{4\}-[A-Z0-9]\{12\}' | xargs -n1 xcrun simctl delete