Set up ESLint to format on save in two popular code editors: VS Code and neovim.| www.aleksandrhovhannisyan.com
The ```math fenced math code block syntax is an alternative to the traditional $$ or \[ syntax for \begin{display} supported by GitHub.| Jonathan Y. Chan
Here’s what I use to reinstall the main branch of the neovim Homebrew package:| Jonathan Y. Chan
Contents| myme.no
Let’s see how to edit descriptions of Jira issues in Vim or Neovim. We will do this by installing a browser extension that can open text fields in an external editor. We will also cover how to make Jira issues syntax-highlighted in Vim, how to enable spell checking, and how to use snippets to speed up the writing of Jira issues. The approach described in the blog post can be used to edit text fields on other sites as well, such as GitHub or Stack Overflow.| Petr Zemek
These past two years, I've been working off and on to create a game for Amiga, a| dansalva.to
Reflecting on an unusually eventful year in my life.| www.aleksandrhovhannisyan.com
Short practical guide to Node.js version management| codechips.me
Probably the ultimate Svelte.js with Typescript HOWTO there is| codechips.me
My first memory with vim is in early 2010s, I was just learning git, and I messed up my repo badly, a colleague came to help, he told me seemingly random sequence of characters to type, and suddenly everything went back to normal. Git’s default editor was vim and I think we did an interactive rebase. We might have just fixed it in an other way, but still it felt powerful. Later on I saw vim books at the operators’ desks, and I got really curious of what it is and how can it help my daily ...| Mátyás Budavári
How to manage your programs and dotfiles with Nix and Home Manager.| alex.pearwin.com
Installation, configuration and usage guide| xnacly.me
(Neo)vim is powerful on its own, but with the help of plugins, it can become a much more than a text editor.| Programming in Neovim
This is the sixth post in my series on finding an alternative to Mac OS X. The previous post in the series recapped my first year away from Mac OS and my move to FreeBSD on my desktop computer. The search for the ideal desktop continues and my preferences evolve as I gain more experience. In this post I summarise where I'm at two years after switching away from Mac OS. This includes leaving FreeBSD on the desktop and switching from GNOME to Awesome. I'll cover the motivation, benefits, and dr...| bitcannon.net
This is the second in my series on finding an alternative to Mac OS X. Part 1 was about evaluating 13 alternative operating systems and then choosing one to use full time. The selected OS was elementary OS. The motivation for this change is to get access to better hardware since Apple is neglecting the Mac lineup.| bitcannon.net
The new search engine offers powerful code searching mechanisms we can leverage for quickly finding the code we need, as well as for exploration and learning.| Arkadiusz Chmura
This weekend we learned that Bram Moolenaar had passed away at the age of 62. And this news affected me more than I expected. Like so many: I did not know Bram personally. But I’ve been using a tool made by Bram for more than half my life — at least weekly, sometimes daily. That… Read More »The Legacy of Bram Moolenaar| Jan van den Berg
A tale of wanting nice things on Linux for Vim, Tmux and Alacritty and how it ended in a filthy shell script.| George Ornbo
Written by| blog.bespinian.io
I keep getting asked how my setup works, how I use tmux and nvim over ssh… all that good stuff. I wrote this series of posts in an attempt to explain it. Meta I think I should start from the principle: how I actually work, in a more general sense, before we get into software — and this will be part 1. On subsequent parts I’ll dig more into software and configurations.| carlosbecker.com
Learning Vim's basics can be very beneficial for developers, and very easy to do! Let's break the mystery surrounding Vim together.| The Valuable Dev
If you wonder what is a Mouseless Development Environment and why it makes you efficient, here are the answers.| The Valuable Dev
A complete guide about searching, finding and replacing in Vim, in one or multiple file, with or without plugins| The Valuable Dev
Simply the best plugin list for developing PHP applications in Vim.| The Valuable Dev
PhpStorm and Vim: the first is a complete IDE, the second an editor from the 70s. But yet, I switched from the first to the second!| The Valuable Dev
I’m still mad I haven’t found this out before. Imagine you’re working on something, then you need to work on something else on the same repo for whatever reason - you have some modified files, some new ones, some deleted… what do you do? I would usually stash them without a description, because, you know, I’m in a hurry, and then spend a lot of time later finding out which stash it was.| carlosbecker.com
In today’s Rails quick tip we’ll look at my local development workflow, specifically tmux, Overmind, and tmuxinator. tmux tmux is what’s called a “terminal multiplexer”. The documentation explains what exactly that means as follows: It lets you switch easily between several programs in one terminal, detach them (they keep running in the background) and reattach them to a different terminal. The following screenshot shows a single tmux window with 3 panes: one displaying a greeting v...| citizen428.net
This post explores how to format Java source files using google-java-format in Visual Studio Code.| Seth Vargo