You learned Vim/Neovim on a standard QWERTY keyboard layout and are considering switching to an alternative layout like Colemak or Dvorak: How do you reconcile your established muscle memory with this new typing paradigm?
Read more
In anticipation of the obsolescence of third-party browser cookies, Google Chrome tries new surveillance scheme after privacy backlash against FLoC.
Read more
For many, GNU/Linux represents the most convenient and pragmatic choice for a
free operating system that offers reprieve from software anti-features. That's
why it was notable when the GNU/Linux distribution Elementary OS announced the
introduction of a blatant anti-feature into their operating system's
software update mechanism in 2018.
Read more
Vim's most straightforward method of global search is its :grep command,
which invokes 'grepprg' (often grep or a drop-in replacement such as
ag). I outline a few lightweight changes that make working with :grep
less awkward.
Read more
QMK's combo feature opens up interesting possibilities for a hybrid input
method inspired by stenography. Here are my initial thoughts and
implementation.
Read more
Vim has a class of commands that execute their arguments in the context of each
of a collection of entities, including tab pages, windows, buffers, items in
the arg list, etc. This is a summary of such commands.
Read more