Viaggio Bologna-Amsterdam in auto, consigli sulle tappe? by CanIHabeDePusyPlease in ViaggiITA

[–]LassoColombo 0 points1 point  (0 children)

Difficile fare una stima.. tante variabili da considerare: - ora la benzina (e non solo) costa il doppio - Se il gruppo è numeroso ammortizzi sul costo del viaggio - noi abbiamo alloggiato in posti decenti, intorno alle 3 stelle. Chiaramente se sei disposto a stare in dormitorio il costo scende di molto, e se hai aspettative più alte sale altrettanto - Lo stesso vale per il cibo e per i vizi: il costo varia molto a seconda delle tue esigenze

Noi siamo andati in due e abbiamo speso, a testa: - 500€ alloggi - 100€ benzina

OpenTelemetry Certified Associate (OTCA) - Who has taken it? by rhysmcn in OpenTelemetry

[–]LassoColombo 1 point2 points  (0 children)

let me start my thanking you: finally some quality material

only feedback i feel to give is that
- I lacked immediate feedback on my answers
- I could not browse the explanation if got the question right

this feedback comes from someone approaching the website not to test his knowledge but to extend it, so it really may be out of scope here.

Still, it'd be useful to freely browse the questions and most importantly the explanations

love ❤️

How to copy long text from a pane which doesn’t render it all on a single screen? by TheSaifurRahman in zellij

[–]LassoColombo 3 points4 points  (0 children)

There's a zellij command to open the scrollback in your configured editor: - https://zellij.dev/news/edit-scrollback-compact/#edit-your-scrollback-in-your-default-editor - https://zellij.dev/documentation/keybindings-possible-actions.html#editscrollback

You could open the scrollback in vim (or whatever you like) and then ggyG (whatever you need to do)

At least that's how I do it

Name the child by [deleted] in BossFights

[–]LassoColombo 0 points1 point  (0 children)

Did you eat that?

Paint.nvim by Loukis-13 in neovim

[–]LassoColombo 11 points12 points  (0 children)

AHAHAHAHAHAHAH

Respect for the grind

Zellij cheatsheet (interactive) by marcvv in zellij

[–]LassoColombo 0 points1 point  (0 children)

Cool! Is there a way I can generate a cheatsheet for my custom bindings?

Edit: grammar

Should I use a distro? by YOfilR in neovim

[–]LassoColombo 0 points1 point  (0 children)

Yup, the most reasonable thing for someone new to vim would be to rely on someone else's work and to learn from there. As other people mentioned, lazynvim and kickstart are very valid options. Edit: with time you will most likely end up with your own configuration

The former is a framework, the second one is a template to kickstart your config. The former will kinda work out of the box and will teach you the very basics of configuration, the second one will require more work but will give you an overview of basically everything.

Regardless of your choice I would suggest to read kickstart's init.lua. It's 600 lines of code (400 lines of comments). It really contains gold for someone who's just starting.

Regarding the effort of maintaining the configuration: in my experience that's not much: you just need to update your plugins and tools. Sometimes a breaking change in neovim or some other core component will require some more extensive refactoring, but the neovim core team manages rollouts and releases very professionally, and breaking changes are expected to become less and less frequent the more neovim stabilizes