Closed t9md closed 7 years ago
flashOnOperate
stayOn
o
preset-occurrence
g o
background-color
Report sytnax-theme author to make cursor-line have some transparency.
find-and-replace
cursor-line
needs to be semi-transparent to show search results
To workaround style issue in your style.less to disable cursor-line's background-color.
style.less
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.
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
flashOnOperate
stayOn
feature and flash is only feedback vmp gives to user when operation finished.o
modifier orpreset-occurrence
(g o
).background-color
by vmp side, but I won't.Solution
Report sytnax-theme author to make cursor-line have some transparency.
find-and-replace
marker also be hidden ifcursor-line
doesn't have transparency.needs to be semi-transparent to show search results
comment.To workaround style issue in your
style.less
to disablecursor-line
'sbackground-color
.As far as I checked, highlight-line have no such issue, use this pkg if you still don't want to give up.
TODO