• 0 Posts
  • 98 Comments
Joined 2 years ago
cake
Cake day: June 21st, 2023

help-circle



  • That’s good to know. It’s interesting that the other commenter thinks emacs shortcuts are illogical. I’ll make my best guesses at the logic

    • ctrl-a/ctrl-e for start/end of line

    a is the beginning of the alphabet; e for end (of line)

    • ctrl-u to clear the command you’ve typed so far but store it into a temporary pastebuffer
    • ctrl-y to paste the ctrl-u’d command

    No idea here. Seems similar to nano with k-“cut” and u-”uncut”.

    • ctrl-w to delete by word

    w for word obviously.

    • ctrl-r to search your command history
    • alt-b/alt-f to move cursor back/forwards by word

    r reverse, b back, f forward. Not sure why alt vs control though; presumably ctrl+b and ctrl+f do different things although I know emacs likes to use Alt (“Meta”) a lot.




  • Hawke@lemmy.worldtoProgrammer Humor@programming.devExcel
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 month ago

    I love filter views, no real complaints there except that other people can’t manage to figure out the difference between filtering the whole sheet and setting up a filter view.

    Tables seem kind of pointless but better than a separate database app I guess?

    Not sure about “little pills”, do you mean the drop downs? That’s in validation, and it’s a little odd but better both in interface and function than Excel. There’s really only one version and two ways to do it: “data validation” and “insert drop-down” (the latter is just a shortcut to the former, but with relevant options selected). Checkboxes are the same (both live in the insert menu).

    I’ve never known the “paste style” menu, I mostly use keyboard shortcuts when pasting. I might be misunderstanding what you’re describing there.