Feature/vim repeat #1
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: loic/vim-singlechar#1
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "feature/vim-repeat"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This pull request adds support for dot-repeat functionality using the
vim-repeatplugin, allowing users to repeat the last single character insertion with the.key in normal mode. The documentation has been updated to guide users on installingvim-repeatand to explain the new feature. The codebase has also been refactored to enable this integration and to improve maintainability.