Skip to content

Instantly share code, notes, and snippets.

View joeydotdev's full-sized avatar
🌐

Joey Colon joeydotdev

🌐
View GitHub Profile
@dmattia
dmattia / trading_bot.py
Last active October 25, 2021 04:30
Trading bot
print("Buy Bitcoin")
@karlhadwen
karlhadwen / cloudSettings
Last active December 6, 2022 09:03
VSCode Settings
{"lastUpload":"2020-12-31T16:16:14.406Z","extensionVersion":"v3.4.3"}
@Starefossen
Starefossen / tmux-cheats.md
Last active June 21, 2024 17:26
My personal tmux cheat sheet for working with sessions, windows, and panes. `NB` I have remapped the command prefix to `ctrl` + `a`.

Sessions

New Session

  • tmux new [-s name] [cmd] (:new) - new session

Switch Session

  • tmux ls (:ls) - list sessions
  • tmux switch [-t name] (:switch) - switches to an existing session