• 64 Posts
  • 473 Comments
Joined 2 years ago
cake
Cake day: July 21st, 2023

help-circle







  • I think its interesting that multiple instances feel they need their own “music@my-instance” community. One might expect that the instance doesn’t really matter, and each instance is just a gateway to the larger federated collection of communities.

    But that’s not really the case - individual instances do have their own flavor to some extent. Moderation policy can be different, instances can avow some kind of purpose, like hexbear.net for instance is explicitly “leftist”. Other servers have different priorities.

    In that context, it makes more sense to have duplicate communities - for instance if you post a youtube link on on [email protected] you get an annoying warning about youtube. That fits with their leftist perspective. And its likely you’d get a different response from posting leftist music there than posting it on some right wing instance.


  • pr06lefs@lemmy.mltoLinux@lemmy.mlLinux terminal with text selection
    link
    fedilink
    arrow-up
    12
    arrow-down
    2
    ·
    edit-2
    6 days ago

    but ctrl-c to cancel terminal tasks predates the 1980s. the inconsistency came in when apple decided to ignore that precedent and introduce ctrl-c, ctrl-x, and ctrl-v as shortcuts in their graphical UI.

    to achieve consistency, probably better to invent a new terminal type that does away with the accumulated cruft of 50 years. problem is you would also need new cli programs to go with it.



  • I get those 3 bulleted features in my terminal, alacritty. But not with Shift. For highlighting I’m pretty much limited to selecting text with the mouse and ctrl-shift-c.

    For more sophisticated text selection, tmux comes to mind. Default key bindings appear to be emacs-esque, though vi style is possible too. Custom keybindings are possible as well. It does seem like you may be forced to enter a special mode for selection rather than having that available all the time with just shift.