I'm starting to use vim and I would like to know if that is possible.
|
|
If you yank a space and then hit p (put) while in normal mode, I suppose that would work. Or if you write a space in insert mode, then hit . while in normal mode (repeat action) |
|||
|
|
|
Insert a space after the cursor:
Before:
Replace the character under the cursor with a space:
|
|||
|
|
Then, any time you type space in normal mode, it'll insert a space at the cursor. Or you could just hit iSpaceEsc. OK, OK. If you really want to use the space bar in normal, add
|
|||
|
|
|
You could create a macro. To create a macro type The keystrokes: |
|||
|
|
|
You could always just |
|||
|
|