Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
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!
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
-
Open Vimium Options.
-
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 …
Ruff Is An Extremely Fast Python Linter Written in Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
The most convenient way to use ruff is via uvx
.
uvx ruff check /some/path
uvx ruff format /some/path