Skip to content

Repository files navigation

suda

zen style command bar and keyboard driven browser navigation from vimium.

suda icon

Origin and license: Suda is an independent fork of Vimium [https://github.com/philc/vimium], originally created by Phil Crosby. The original copyright notice also credits Ilya Sukhar. Suda is not affiliated with the Vimium project. It is distributed under the MIT License, with Vimium's original copyright notice and license terms preserved in MIT-LICENSE.txt.

overview

suda is an opinionated Vimium fork inspired by the Helix philosophy.

  • helix-style bindings enabled by default
  • keyboard-driven links, tabs, history, bookmarks and search
  • a zen browser style command bar
image
installation
  1. download suda.zip from the latest release
  2. unzip it
  3. open chrome://extensions
  4. enable developer mode
  5. select load unpacked
  6. choose the extracted suda directory

Enable keyboard-driven navigation: click the Suda icon in the browser toolbar, open Options, then turn off Command bar only. This enables Suda's normal, insert, link-hint, and other page modes.

development
  • install Deno and just
  • just build builds the unpacked extension in dist/suda
  • just test runs the unit and dom test suites
  • just check type-checks the source
  • just lint runs the linter
  • just fmt formats the repository
license

Suda is distributed under the MIT License. The original Vimium copyright notice and license terms are preserved in MIT-LICENSE.txt, which is included in source and release builds.