An off-topic comment: Interesting for the “GIF” section to have links to .mp4 videos — the “GIF” word now seems to be synonymous to short playable animations. Love that the author did that though, I’ve seen too many repos with multiple giant (~10MB) GIFs on the README and burn my mobile data plan.
Unfortunately I just see this error on Firefox 96.0.3 on Linux though: https://i.imgur.com/DgQLXqj.png EDIT: looks like there is already an issue about it. https://github.com/hoschi/yode-nvim/issues/4
Show HN: Yode-Nvim – Focused Code Editing for Neovim
11–20 of 23 posts
Re: Show HN: Yode-Nvim – Focused Code Editing for Neovim
#12An off-topic comment: Interesting for the “GIF” section to have links to .mp4 videos — the “GIF” word now seems to be synonymous to short playable animations. Love that the author did that though, I’ve seen too many repos with multiple giant (~10MB) GIFs on the README and burn my mobile data plan.
Unfortunately I just see this error on Firefox 96.0.3 on Linux though: https://i.imgur.com/DgQLXqj.png EDIT: looks like there is already an issue about it. https://github.com/hoschi/yode-nvim/issues/4
Re: Show HN: Yode-Nvim – Focused Code Editing for Neovim
#13Re: Show HN: Yode-Nvim – Focused Code Editing for Neovim
#14I have been using NrrwRgn[0] for editing and presenting individual sections of code. How does Yode compare? [0]: https://github.com/chrisbra/NrrwRgn
Re: Show HN: Yode-Nvim – Focused Code Editing for Neovim
#15The narrow functions in Emacs were great, and almost made me switch to Emacs. I know NrrwRgn exists, but it didn't automatically sync the buffers, so you couldn't have them open side by side. This looks better, but I don't like the automatic layout stuff. I prefer to control that myself.
Re: Show HN: Yode-Nvim – Focused Code Editing for Neovim
#16Hey this is super cool, but can it work without the floating windows? Can I assign seditors to regular vim splits (am I using the terminology correctly?). The narrow functions in Emacs were great, and almost made me switch to Emacs. I know NrrwRgn exists, but it didn't automatically sync the buffers, so you couldn't have them open side by side. This looks better, but I don't like the automatic layout stuff. I prefer…
:YodeCreateSeditorReplace :vsp blt
Re: Show HN: Yode-Nvim – Focused Code Editing for Neovim
#17Hey this is super cool, but can it work without the floating windows? Can I assign seditors to regular vim splits (am I using the terminology correctly?). The narrow functions in Emacs were great, and almost made me switch to Emacs. I know NrrwRgn exists, but it didn't automatically sync the buffers, so you couldn't have them open side by side. This looks better, but I don't like the automatic layout stuff. I prefer…
this already works, just use `YodeCreateSeditorReplace`. The command creates a seditor and opens it in the current window. You can then use the created seditor like any other buffer. To open a selected code part in normal splits do: :YodeCreateSeditorReplace :vsp blt
Re: Show HN: Yode-Nvim – Focused Code Editing for Neovim
#18Earlier quoted context omitted.
this already works, just use `YodeCreateSeditorReplace`. The command creates a seditor and opens it in the current window. You can then use the created seditor like any other buffer. To open a selected code part in normal splits do: :YodeCreateSeditorReplace :vsp blt
I completely missed that command when looking through the docs. Thank you, and sorry for wasting your time! Great work on this plugin, it's amazing!
Re: Show HN: Yode-Nvim – Focused Code Editing for Neovim
#19I wonder, as a general feeling, does the implementation of the floating narrowed regions involve a lot of hacks/workarounds, or does it come fairly naturally to nvim?
Re: Show HN: Yode-Nvim – Focused Code Editing for Neovim
#20An off-topic comment: Interesting for the “GIF” section to have links to .mp4 videos — the “GIF” word now seems to be synonymous to short playable animations. Love that the author did that though, I’ve seen too many repos with multiple giant (~10MB) GIFs on the README and burn my mobile data plan.
(Admittedly, actual video codecs are more a minefield, as is seen here in the video not playing in most environments due to the use of full 4:4:4 chroma, whereas GIF is simple and stupid enough that it’s consistent.)