Open alexveden opened 1 year ago
My config:
leap.opts.safe_labels = {} leap.opts.highlight_unlabeled_phase_one_targets = true leap.opts.substitute_chars = { [' '] = '␣', ['\r'] = '¬', }
I'd like to replace ' ' with '␣', it works with highlight_unlabeled_phase_one_targets (white), but not with 2nd phase targets.
When I press <leap><space>
<leap><space>
When I press <leap>d
<leap>d
On the todo list!
My config:
I'd like to replace ' ' with '␣', it works with highlight_unlabeled_phase_one_targets (white), but not with 2nd phase targets.
When I press
<leap><space>
When I press
<leap>d