taobert
taobert
`lib/binds.lua` contains: ``` -- Add binds to special mode "all" which adds its binds to all modes. modes.add_binds("all", { { "", "Return to `normal` mode.", function (w) if not w:is_mode("passthrough")...
`doc/luadoc/pages/02-faq.md` discusses using the `navigation-request` signal to handle schemes which Luakit would not otherwise deal with (eg `mailto`, `magnet`). There is also infrastructure to register schemes, and process them using...
**Presis:** I'm seeing failure-to-start of luakit `develop` with the default configuration. It looks like glib has upgraded to libpcre2, and that may have broken the regex used to by `strip_ansi_escapes()`...
**Presis:** On current Debian Sid, with current develop (luakit 2.3.1-29-g6df6f982), i'm seeing a segmentation fault if i go to [Arch's download page](https://archlinux.org/download/). I'd appreciate it if this could be independently...
Uaswitch no longer loads (and prevents the browser from starting). This PR updates `luakit-plugins/uaswitch` to use `modes.add_cmds`, `settings` rather than `globals` and the new `_M` style modules. (I'm assuming this...