HackerTrans
トップ新着トレンドコメント過去質問紹介求人

imsnif

no profile record

投稿

The Zellij terminal multiplexer now runs natively on Windows

zellij.dev
3 ポイント·投稿者 imsnif·4 か月前·0 コメント

Terminal sessions you can bookmark

poor.dev
86 ポイント·投稿者 imsnif·11 か月前·12 コメント

コメント

imsnif
·11 か月前·議論
Yes! With built in authentication.
imsnif
·11 か月前·議論
For 1 - there's actually a nice proposal from WezTerm to make this an all-purpose general protocol that I hope happens: https://github.com/wezterm/wezterm/discussions/4889

For 2 - I think this can be achieved with scroll vertical/horizontal scroll regions (which should also boost performance a bit). I hope to implement this in the future.
imsnif
·11 か月前·議論
Hi all, I'm the author of this article. Happy to answer any questions.
imsnif
·11 か月前·議論
Hi, I'm the author of this article. Happy to answer any questions.
imsnif
·2 年前·議論
When I tried to get into programming as a teenager, I opened a graphical IDE and was immediately overwhelmed by a barrage of menus, popping windows and tooltips. This led me to believe programming is not for me. In later attempts I used vim (back then that's what people used to recommend those starting out with perl) and felt right at home.

These days I still use vim (almost stock) for everything (right now mostly Rust). This is totally anecdotal, but I'm usually more productive than my teammates - mostly because of the initial hurdles of getting into a new codebase or parts thereof. I don't have anything to set up, I just open it up and grep my way to success.

Every now and then I try to open an IDE and force myself to work with it a little bit just to be sure I'm not missing anything. The visual overload and lack of advanced editing are just too much for me. Going back to vim is always a breath of fresh air.

I'd sooner use nano/notepad.exe than any sort of graphical IDE (though I prefer vim).

I'm not saying this is the best way, I definitely do not recommend it to those asking me how to get into programming, but it's definitely the best one for me.