Skip to content

Instantly share code, notes, and snippets.

View OlekRia's full-sized avatar
😀

Oleksandr Riabukha OlekRia

😀
View GitHub Profile
$(function() {
var projectForm = $(".form-repo")
var repoOwnerField = projectForm.find("select[name=owner]")
var repoNameField = projectForm.find("select[name=name]")
if(projectForm.length == 0) {
return
}
repoNameField.selectize({
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active June 6, 2025 00:00
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname