As configured in my dotfiles.
start new:
tmux
start new with session name:
| let cache = new Map(); | |
| let pending = new Map(); | |
| function fetchTextSync(url) { | |
| if (cache.has(url)) { | |
| return cache.get(url); | |
| } | |
| if (pending.has(url)) { | |
| throw pending.get(url); | |
| } |
As configured in my dotfiles.
start new:
tmux
start new with session name: