t9md / atom-vim-mode-plus

vim-mode improved
https://atom.io/packages/vim-mode-plus
MIT License
1.4k stars 112 forks source link

[Limitation] cursor-line style need to be semi-transparent #887

Closed t9md closed 7 years ago

t9md commented 7 years ago

Solution

atom-text-editor {
  .cursor-line {
    background-color: transparent;
  }
}

As far as I checked, highlight-line have no such issue, use this pkg if you still don't want to give up.

TODO

t9md commented 7 years ago

https://github.com/t9md/atom-vim-mode-plus/wiki/TIPS#flash-effect-not-appear-on-cursor-line-occurrence-marker-is-not-displayed-on-cursor-line-too