igrekster

Results 9 comments of igrekster

This has happened to me: the volume was fine until I updated the system (pretty sure was running the same versions of `bluez-alsa`, `bluetoothd`, `alsa-lib`, `alsa-plugins` as before), now the...

> I'm not sure whether I understand you correctly. Does volume work with version 3.1.0 ? Nope, nothing I've tried so far helped, including `3.1.0` and the latest from git....

> What I suspect is that the BT headset remembered the volume for your controller (device on which bluealsa is running) and it is set to ~30%. Hmm, I fixed...

I wonder if something like `nnoremap ` could help with the first mapping? You could use Eclipse's navigation stack for `Ctrl+T`: ``` eclipseaction navigateprev org.eclipse.ui.navigate.previous nnoremap :navigateprev ```

What about ``` eclipseaction hippie org.eclipse.ui.edit.text.hippieCompletion inoremap hippie ``` ? Another alternative is ``` eclipseaction completion org.eclipse.ui.edit.text.contentAssist.proposals inoremap completion ``` The downside of the previous mapping is that hitting ``...

Additionally, you can pick the type of proposals like: ``` au "C/C++ Editor" eclipseaction templcompl org.eclipse.cdt.ui.specific_content_assist.command(org.eclipse.cdt.ui.specific_content_assist.category_id=org.eclipse.cdt.ui.templateProposalCategory) au "Java Editor" eclipseaction templcompl org.eclipse.jdt.ui.specific_content_assist.command(org.eclipse.jdt.ui.specific_content_assist.category_id=org.eclipse.jdt.ui.templateProposalCategory) inoremap templcompl ```

@epochac It certainly can be implemented, but I'm not sure if there is much value in > ...move an editor back and forth all day... It would certainly disrupt the...

It also happens on a non encrypted root, **but** with an encrypted data set present. So it looks like it is related to encryption.

Unfortunately, I don't have much capacity ATM, but I might look into it some time in the next few weeks. Just wanted to bring attention to this optimization.