- cross-posted to:
- neovim@programming.dev
- cross-posted to:
- neovim@programming.dev
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!
You must log in or register to comment.