Calum MacRae

Results 49 comments of Calum MacRae

Not sure what the implications of these changes would be for those (like me) using a streaming back-end for MPD, like Mopidy, would be. I don't know if Mopidy actually...

I'd love to see this! Got started and managed to get the basics implemented: ``` beginning-of-line (C-a) end-of-line (C-e) forward-char (C-f) backward-char (C-b) ``` cmacrae/up@a760a13a0eb9f72097a302be19772b5b2a6142af ๐Ÿ•บ So, now I've just...

Next I'd be looking to implement: ``` forward-word (M-f) backward-word (M-b) ``` Curious if others interested in this feature would also like to see `kill-to-end-of-line (C-k)`?

Well, I've implemented `kill-to-end-of-line (C-k)` for anyone who wants to try it out: cmacrae/up@edeaabe

Aaaaaand with `C-k` comes `C-y`: cmacrae/up@e5cc931 This adds the ability to "yank" the contents you last killed back into the buffer at the cursor, as those used to "kill" and...

Hey @akavel ๐Ÿ‘‹ Thanks for your encouragement and general positivity ๐Ÿ˜ And of course; thanks so much for `up` ๐Ÿค— I've been using it almost every day since seeing your...

Oh, and before I forget, I had another idea for a feature that I feel fits in nicely here: the ability to "navigate" to previously run pipelines. Much like โฌ†๏ธ...

Thanks so much @akavel! I've been very busy over the last couple weeks, and a few busy weeks ahead of me. So I may be a bit quiet around this,...

Oh hey! Thatโ€™s so strange, I was actually thinking about this just yesterday and recalling the other parts I wanted to implement! Iโ€™d love to get the stuff I mentioned...

Hey @akavel! ๐Ÿ‘‹ Yep, definitely agree it's important we accurately recreate any expected behaviour. I'll see what I can do in ways of testing/ensuring consistency. One thing that could work...