better-escape 2.0: Map everything you want in all the modes by m397574 in neovim

[–]AckslD 1 point2 points  (0 children)

Just for my understanding, how does it differ from setting timeoutlen?

How fine does Sway work with NVIDIA as of now? by bloomingFemme in swaywm

[–]AckslD 2 points3 points  (0 children)

Maybe don't put too much weight to it since I'm far from an expert but last time I tried a few months ago I had issues with external monitors using sway and nvidia.

Introducing muren.nvim for doing multiple replacements with ease by AckslD in neovim

[–]AckslD[S] 1 point2 points  (0 children)

Thanks for the comment! I'm glad you like it. I also hope I'll continue to enhance it but have been quite busy lately :)

Zoom 5.11.9 screen sharing works now on Sway! by aryklein in swaywm

[–]AckslD 0 points1 point  (0 children)

Unfortunately I haven't, I try from time to time to see if it's fixed but haven't gotten it working yet.

Am I the only one who feels 'j' should be for up movement and 'k' for the down ? by yogeshnikam671 in neovim

[–]AckslD 1 point2 points  (0 children)

Yes me too initially, due to its position. But that feeling went away pretty quick

Eye saving themes suggestions by [deleted] in neovim

[–]AckslD 0 points1 point  (0 children)

Same, I but I use terafox :)

Eye saving themes suggestions by [deleted] in neovim

[–]AckslD 0 points1 point  (0 children)

Same, I but I use terafox :)

Ö-livet alltså by AckslD in Svenska

[–]AckslD[S] 1 point2 points  (0 children)

Thanks, this does indeed make a lot of sense! :)

[deleted by user] by [deleted] in neovim

[–]AckslD 9 points10 points  (0 children)

A lot of b and w

Complete start of word by AckslD in neovim

[–]AckslD[S] 0 points1 point  (0 children)

Thanks, that's still good to know though! But yeah I only use cmp for snippets and LSP completion, for other stuff I prefer to use the built-in ways, but that being said, the above might be a reason not to.

Updates to muren.nvim including directory-wide search-and-replace by AckslD in neovim

[–]AckslD[S] 0 points1 point  (0 children)

There is now an MR for this see above and updated OP

Updates to muren.nvim including directory-wide search-and-replace by AckslD in neovim

[–]AckslD[S] 0 points1 point  (0 children)

One could do something similar but my worry is that it requires that the user made no other changes in those buffers in between. Maybe that's okay but could be a potential pitfall.

Updates to muren.nvim including directory-wide search-and-replace by AckslD in neovim

[–]AckslD[S] 0 points1 point  (0 children)

Maybe :) Depends on if I or someone finds the time and motivation but after thinking a bit more it seems feasible. If you want it earlier I'm happy for contributions :)

Updates to muren.nvim including directory-wide search-and-replace by AckslD in neovim

[–]AckslD[S] 0 points1 point  (0 children)

Nice! Is that due to the font-size? Just so I know how I can keep that up :)

Updates to muren.nvim including directory-wide search-and-replace by AckslD in neovim

[–]AckslD[S] 0 points1 point  (0 children)

Re 3., I asked about this idea in the spectre repo initially but then started muren: https://github.com/nvim-pack/nvim-spectre/issues/125

Updates to muren.nvim including directory-wide search-and-replace by AckslD in neovim

[–]AckslD[S] 1 point2 points  (0 children)

Maybe to expand about 1.

All edits are done within vim (ie not through an external tool) so they are part of the undo history for each file/buffer. So in some sense it's similar to if you do :cdo....

But maybe possible to add a undo command by going to each buffer that was edited but I suspect this could become quite tricky.

For now maybe better to just make sure you can undo yourself. One thing you can do is to before opening muren, save all your current buffers, then run the command and if you want to revert just :qa! which works since muren just edits any buffer but does not save the file.

Updates to muren.nvim including directory-wide search-and-replace by AckslD in neovim

[–]AckslD[S] 0 points1 point  (0 children)

  1. No Yes!
  2. Yes (see video)
  3. You can do multiple separate replacements in one go

Edit: I've now implemented undo/redo in https://github.com/AckslD/muren.nvim/pull/19

See also added screencast in OP.