Ben Chuanlong Du's Blog

It is never too late to learn.

Vim as a Universal Editor

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

  • FireNVim

    • Use NeoVim to edit in any textbox in browsers.
  • vscode-neovim

    • Use NeoVim as the editor in Visual Studio Code.

Tips on "sed"

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Alternatives

  1. sad is a simpler alternative to sed. sad is implemented in Rust and has built-in integration of fzf, which makes it easy to visually inspect changes.

  2. For complicated text substitutions …

IDE for SQL

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Jupyter / JupyterLab

I personally prefer to query databases using a Jupyter/lab notebook. The reason is that results of queries are persisted in the notebook for future reference and sharing.

dbeaver …