Tuesday, March 25, 2025

Re: inoremap and typing pace?

Marc,

Is it possible to fix this when editing existing code.

Say, we start with:

this␣--one␣--two␣--three⏎

and the cursor is on the space right after '--one'.

Type <Space>\\<Enter> (thus running your function). The result is:

this␣--one␣\␣--two⏎
▪▪▪▪▪▪⏎

but it would be good to have it as:

this␣--one␣\⏎
␣␣␣␣␣--two⏎

Is there a way to do this?

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/20250325161416.4a96555e%40localhost.

No comments: