demicolon.nvim: overload ; and , keys to also repeat jumps to diagnostics and text-objects
Hi everyone! I've created a new Neovim plugin: demicolon.nvim. It lets you use ; and , keys to not only repeat t/T/f/F motions, but also to repeat diagnostic motions like ]w (jump to next warning) as well as jumps to nvim-treesitter-textobjects like ]f (jump to next function).
Video previewing it in action.
That's all. Have a great day!
https://github.com/mawkler/demicolon.nvimOpen linkView original on lemmy.ml
No replies yet