Is there a way to turn off Hidden Selection Indicator?
See original GitHub issueIssue Description
First of all, thank you so much for making this plugin, I love Kakoune, and being able to have a Kakoune-like experience in VSCode is awesome!
For the hidden selection indicator, this feature is good but I tend to use pageUp/pageDown a lot and sometimes the indicator leaves some trace on the screen for a while, making the scrolling experience not smooth, and I rarely need it for now.
I tried to turn it off by setting hiddenSelectionsIndicatorsDecoration
to null
or remove it, but nothing works:
"": {
"hiddenSelectionsIndicatorsDecoration": null
}
Is this the right way to turn it off?
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Hiding/Disabling an Indicator - MultiCharts Forum For Traders ...
To enable or disable an indicator, simply click on the name of that indicator on the chart. The indicator will then get a...
Read more >IOS7 UIPickerView how to hide the selection indicator
I solved this by a simple trick: Place picker view in a view, and set clip subviews property of this ...
Read more >GPO to disable INPUT INDICATOR in Settings on Win10 1803
So if you want to remain other languages, you can disable Input Indicator by this way: Right click Windows logo-> Settings-> Personalization-> ...
Read more >iOS : IOS7 UIPickerView how to hide the selection indicator
iOS : IOS7 UIPickerView how to hide the selection indicator [ Gift : Animated Search Engine : https://bit.ly/AnimSearch ] iOS : IOS7 ...
Read more >Hide all indicators of selected row / cell - DevExpress Support
Hi, I'm wanting to display some data from a dataset - but I'm wanting to hide all evidence of rows or row selection...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
There was also an issue within Dance where the indicator couldn’t be disabled. This was fixed in 08199c526eda61ab15cc605beb3cabc4c17e644e.
While waiting for https://github.com/microsoft/vscode/issues/126972 to get fixed, you can specify this for each mode individually:
Note that
{}
is used rather thannull
. In Dance modes configuration,null
means “inherit from the""
mode”, so we need another value to represent “disable this.”Update: with f22f60363ea7e3714e328f45047402ebd26ee319, you can write
It uses a hack I first saw in
vscode-power-mode
to add arbitrary style to decorations.