Alex Balgavy

Just some stuff about me.

Here's my dotfiles repository.

Check out my blog.

My keys: PGP, SSH

My crypto wallets (BTC, XMR)


What links here:

GNU screen cheat sheet

Make sure to use <C-L> to clear, not <M-K>! Otherwise it fucks up the screen. Here’s a cheat sheet:

Function Mapping
Start new session screen
Rename window <C-a>A
List windows <C-a>"
Make a new window <C-a>c
Switch to most recent window <C-a-a>
Vertical split <C-a><Pipe>
Horizontal split <C-a>S
Go to next split <C-a><Tab>
Close window <C-a>X
List sessions screen -ls
Attach to session screen -r

More commands here