Ben Chuanlong Du's Blog

It is never too late to learn.

Vim Keybindings in Firefox Using Tridactyl

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

:mode ignore: temporarily disables Tridactyl on a page. ctrl + alt + esc: toggle ignore on/off on Mac ctrl/cmd + g: next search result shift + ctrl/cmd + g: previous search result

Tricks …

Useful Firefox Add-ons

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

  1. Tridactyl

  2. Vimium

  3. Pentadactyl

A more powerful but complex alternative to Vimperator. The main focus of Vimperator is on usability, simplicity, stability and design while still preserving a powerful, modal …

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 …

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 …