jinh0 / eyeliner.nvim

👀 Move faster with unique f/F indicators.
441 stars 14 forks source link

Dimming and highlighting retained after pressing Escape after f/F/t/T #60

Open pksunkara opened 1 day ago

pksunkara commented 1 day ago

Given following config,

require('eyeliner').setup({
  highlight_on_key = true,
  dim = true,
})

Press f and then press Escape. You should see the dim and char highlighting. It should be reset.