Closed jfhector closed 1 year ago
Hi,
there is the same for:
{:des "g to 4 when variable vi-mode is 1" :rules [:j :4 :vi-mode]} ;; vi-mode is 1
This should be:
{:des "g to 4 when variable vi-mode is 1" :rules [[:j :4 :vi-mode]]} ;; vi-mode is 1
(There is others like this in the exemple file)
Hello!
Thanks for a great tool and helpful docs and examples.
On the tutorial page, the "Command a to Control 1" example currently reads like this:
That doesn't compile. It needs to be corrected to:
Note the addition of: