Skip to content

Instantly share code, notes, and snippets.

View josecanhelp's full-sized avatar

Jose Soto josecanhelp

View GitHub Profile
@josecanhelp
josecanhelp / tmux-cheatsheet.markdown
Created December 12, 2015 20:14 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname

ZSH CheatSheet

This is a cheat sheet for how to perform various actions to ZSH, which can be tricky to find on the web as the syntax is not intuitive and it is generally not very well-documented.

Strings

Description Syntax
Get a single character ${VARNAME[index]}
Get the string from a specific index ${VARNAME[index,-1]}