nvim: Fix bibcite insertion position
Fixed the position of my BibTex citations to be in front of the cursor not appended to it (i.e. using `i` instead of `a`). That means for example `sometext <insertioninvoked>.` will put the insertion *before* the full stop instead of after it, which was kind of weird.
This commit is contained in:
parent
60b825183d
commit
ac4a78f43d
2 changed files with 2 additions and 1 deletions
|
|
@ -98,3 +98,4 @@ weaponization
|
|||
blog
|
||||
flexicurity
|
||||
indices
|
||||
Anthropocene
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue