Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)RA
rareitems @open-source.social
Posts 1
Comments 0

rareitems/put_at_end.nvim: Plugin that provides keymaps for putting certain characters (or any string) at end of the line

github.com GitHub - rareitems/put_at_end.nvim: Neovim plugin that provides keymaps for putting certain characters at end of the line

Neovim plugin that provides keymaps for putting certain characters at end of the line - GitHub - rareitems/put_at_end.nvim: Neovim plugin that provides keymaps for putting certain characters at end...

Sometimes I want to put some character like ';' at the end of the line I have cursor currently at but just 'A' key doesn't work because the line has a comment at the end or I want to stay at my current's cursor position (and marks are too many buttons to click and fill up the jump list). So I decided to make a small plugin that allows me to put characters (or any string) at the end of line (but before comments). Maybe other people can find it useful too.

0