he/him (they/them is fine too if you want)

Also:

Formerly @ytg@feddit.ch

  • 1 Post
  • 25 Comments
Joined 2 years ago
cake
Cake day: March 11th, 2024

help-circle


  • YTG123@sopuli.xyztolinuxmemes@lemmy.worldI can't like the fish
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    1 month ago

    I’ve never understood the need for fish. The shell experience is basically the same as zsh, and although it’s much more pleasant to script for, you miss out on compatibility with POSIX-compliant snippets, and besides, if you’re writing long and complicated scripts that need anything more than a handful of scalar variables you should probably be using Python (or Perl if you’re an old-school masochist).














  • Ctrl+A, Ctrl+E

    Many more basic Emacs keybindings work, actually! Including C-f, C-b, C-p and C-n (if you prefer them over arrow keys) as well as M-f and M-b to move by words, C-k, M-d and C-y for killing/yanking (but not M-w) and C-SPC, C-w, C-x C-x for region manipulation (tested in Bash and ZSH)