Ben Chuanlong Du's Blog

It is never too late to learn.

FireNVim Brings NeoVim into Your Browser

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

Installation

  1. Install icon.

    curl -sSL https://raw.githubusercontent.com/legendu-net/icon/main/install_icon.sh | sudo bash -
    
  2. Install and configure NeoVim using icon.

    icon nvim -ic
    
  3. Install the FireNVim plugin for your …

Editing Text in Browser Using Vim

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

Firenvim Alternatives Summary
Tool How it Works Pros Cons Best For...
Firenvim Embeds a real Neovim instance Full power of Neovim, embedded directly in the page. Can be complex to set …

Navigate Chrome Browser Like a Pro Using Vimium

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

Customize Key Mappings

  1. Open Vimium Options.

  2. Paste your customized key mappings into "Custom key mappings". Below is an example of my customized key mapping configuration.

    map d removeTab
    map u …

Tips on the Dia Browser

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

https://www.diabrowser.com/

https://www.youtube.com/watch?v=JCZUIm4S9QQ The most powerful ways to "hack" our new Dia browser

https://www.youtube.com/watch?v=C25g53PC5QQ An early peek …

Great Command Line Tools Developed in Rust

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

GQL

GQL is a query language with a syntax very similar to SQL with a tiny engine to perform queries on .git files instance of database files, the engine executes the …