Skip to content

Instantly share code, notes, and snippets.

View edgarshurtado's full-sized avatar

Edgar S. Hurtado edgarshurtado

View GitHub Profile
@miguelmota
miguelmota / copy.js
Last active March 20, 2020 10:10
Deep clone copy array with lodash (underscore)
var array = [{},{},{}];
var copy = _.map(array, _.clone);
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active May 27, 2024 09:43
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname