Articles Page 10

2021-04-09

Lately I'm using Vim (or actually NeoVim) more and more often. This comes with the need for Macros. Here is how you can save your vim macros permanently to your vimrc.

2021-04-02

Today I have been looking for a way to move through the suggestions that VS Code provides while typing using the TAB key. Here is how I set it up 😎

2021-03-26

Here is how to record and execute macros in vim. Short and simple.

2021-03-19

Sometimes you want to run a macro in vim on a visual selection. Here is how 😁

2021-03-12

Recently I learned about ReactPHP for the first time and it looks amazing 🤩 Here is what I know so far about the ReactPHP EventLoop.