Element’s UI is so bad for replying to long-form messages that I literally just copy the message I’m replying to into Neovim instead and then paste it back into Element, because any time you scroll up or down in Element you might as well be going straight to Narnia
@kasdeya I'm a little surprised, because I generally prefer TUI text editors *except* where copying and pasting between GUI apps is concerned. There are ways to make it a little easier but it still feels awkward.
@foolishowl I cheated with Neovim lol. I made it so that <Leader>y copies the entire file into my clipboard (with :%y+) and <Leader>p pastes my clipboard into the current file (with "+p). and I have a few other mappings like that