fix(insert_link): issues with cursor position (closes #147)

This commit is contained in:
Thomas Lambert
2023-02-05 14:54:09 +01:00
parent cdbb40de49
commit ffefc9a9eb
2 changed files with 3 additions and 3 deletions

View File

@@ -653,7 +653,7 @@ telekasten.insert_link({opts})~
Valid keys for {opts}
i:~
If `true`, it will enter input mode by pressing the <A> key. This is useful
If `true`, it will enter input mode by pressing the <a> key. This is useful
when being used in a simple `inoremap` key mapping like shown in
|telekasten.mappings|.