Syntax...
Common problem we face as developers?
Whats that splice interface to an array in javascript?
How do I tokenize a string in c?
How do I create a class in cpp?
What's the syntax for an enum in typescript?
These are questions we all ask ourselves, and often to solve these for the
first or second time is with google.
But what if we don't need to even open up a browser?
Cheat Sheet
Cheat sheet has a lot to offer! Not only just questions about languages but tons of examples around core utils, language specifics, and a TL/DR on learning languages.
curl cht.sh/find~exec
curl cht.sh/javascript/splice+array
curl cht.sh/typescript/enum
curl cht.sh/typescript/enum+string
Learning
curl cht.sh/golang/:learn
curl cht.sh/golang/:learn+slice
HOW DID YOU JUST COPY PASTA?
Usability Tip
<prefix>-[
goes into vi mode
this for the copy/paste in tmuxrc
set-window-option -g mode-keys vi
bind -T copy-mode-vi v send-keys -X begin-selection
bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection clipboard'