arutonee1

Results 4 issues of arutonee1

Using `--request` is great for if you want something very similar to the default glava with small changes. It would be great to have the same thing for `#DEFINE`s as...

# Bug Given a configuration like this: ``` Q{500ms} >> Virtual1^Virtual1 (Q W) >> A (Q ) >> B ``` the chord `QW` will result in `ba` if `Q` is...

**Language**: OCaml # (Mostly) minimal file example: ```ocaml let inc = (+) 1 let inc' x = x + 1 let rec is_even = function | 0 -> true |...

enhancement

Replace all `vim.tbl_islist` (deprecated name) with its modern equivalent, `vim.islist`. This also silences the warning that is displayed whenever anything is printed from Fennel.