Skip to content

Instantly share code, notes, and snippets.

from . import contextual_watch_sequence_dataset
from . import word2gm
from . import mixturesamefamily as M
import pandas as pd
import pickle
from itertools import combinations
import time
import torch
@salkj
salkj / tmux-cheatsheet.markdown
Created October 12, 2020 16:19 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname