amarok

u/amarok@discuss.tchncs.de
5 posts · 6 comments

Recent posts

Recent comments

on SSH Remoting is Here! · c/zed · 1 pts · 1y

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.

on Best clipboard for i3wm · c/i3wm · 1 pts · 1y

parcellite is a lightweight clipboard manager, I use it in i3. It has some useful features and supports basic key bindings. A more advanced one is xfce4-clipman (works standalone without Xfce, uses Gtk).

Someone 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.