Comment by 🐐 satch

Re: "Q: Abbreviations, but only at beginning of line"
In: s/vim

how's this:

:iabbrev  === getline('.')[0:2] == '===' ? '/*====================*/' : '==='
🐐 satch

2023-12-29 · 2 years ago

Original Post

🌒 s/vim

Q: Abbreviations, but only at beginning of line — I just wasted an hour searching for a way to create an iabbrev that triggers only at beggining of line. Say I want to convert a '===' to a '/*====================*/, but if and only if the === was typed at the start of its own line. Is that even possible?

💬 stack [mod] · 1 comment · 2023-12-28 · 2 years ago