Commit graph

6 commits

Author SHA1 Message Date
lohhiiccc
5393ae0555 feat: enhance character insertion mappings in README
- Add new mappings for character insertion:
  - `[count]<Leader>I(char)` - Insert a character at the beginning of the line
  - `[count]<Leader>A(char)` - Insert a character at the end of the line
- Update insertion commands to reflect new functionalities:
  - `:InsertCharBegin (count) [char]` - Insert a character at the beginning of the line
  - `:InsertCharEnd (count) [char]` - Insert a character at the end of the line
- Introduce an option for a static cursor during insertion actions.
2025-08-21 16:51:03 +02:00
lohhiiccc
9a44a23fc9 typo: strange and unnecessary "call" and fake news in README 2025-08-19 16:54:39 +02:00
lohhiiccc
2970edd2ab doc: update docs 2025-08-19 16:45:17 +02:00
lohhiiccc
cd5475bb20 typo(README): Licens -> License 2025-08-19 11:19:55 +02:00
lohhiiccc
8596234462 docs: add vim-repeat integration details to README and help
- Update README.md with instructions and notes for vim-repeat (`.`) support
- Update doc/singlechar.txt: add requirements, usage, and tips for vim-repeat, including installation and dot-repeat behavior
2025-08-19 11:17:17 +02:00
lohhiiccc
ff830bae38 doc: add README 2025-08-19 06:27:28 +02:00