web developer (LAMP stack) from Czechia/EU
- 5 Posts
- 2 Comments
Joined 1 year ago
Cake day: November 26th, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
amarok@discuss.tchncs.deOPto
Zed@programming.dev•help with keybinding - open function description
1·1 year agoSomeone already gave me the answer elsewhere. It is the “editor::Hover” action, this is the default keymap excerpt:
"context": "Editor", "bindings": { "ctrl-k ctrl-i": "editor::Hover", ...I just had to remap it because I already use ctrl-k for something else.



AFAIK the glibc compatibility issues were related to very outdated glibc versions. IMHO almost nobody with an old distro (Debian 10 or similar) will be using a modern IDE. I’m using Debian stable (12) which has a much newer glibc than required for remote ssh to work. Sidenote: half a year ago Microsoft even didn’t bother to inform its VS Code users that they were dropping support for old glibc when they updated their remote SSH extension :) I was one of many impacted users, because Amazon decided to use an outdated glibc in their weird Amazon Linux distro.