Modal VI-style editing with Helix

If you work with terminals a lot you probably also edit text in it. helix has become my default after years of vim, vi and neovim. Why? Because my config file got too big. ...

March 21, 2023 · 5 min · Liv Dywan

Multiplexing your terminal with Zellij

Terminals are crucial to my development workflow, locally and remotely. zellij has replaced tmux for my tiling and session management needs. ...

February 8, 2023 · 10 min · Liv Dywan

Working with openQA via the command line

openQA allows for a few different workflows. The main entry point is the web UI if you’re wanting to look at builds, relevant jobs, test results and of course to investigate down to the level of the bare logs if all else fails. Eventually there’s a point where you run into limitations of what’s exposed through the browser. Let’s take a look at what openQA has to offer on the command line! ...

April 27, 2021 · 6 min · Liv Dywan