sVim icon indicating copy to clipboard operation
sVim copied to clipboard

Feature request: Better hint styling

Open eproxus opened this issue 8 years ago • 0 comments

I'd like to see the following enhancements to link hint CSS styling:

  • The ability to control position with CSS. E.g.:
    position: absolute;
    display: block;
    top: 20px;
    left: 20px;
    
  • Classes for non-focused hints
  • Classes for focused letters within focused hints

(Similar to how Vimium does it)

eproxus avatar Aug 28 '17 11:08 eproxus