Reputation: 925
I would want vim to leave insert mode if the last key pressed is a } and no other key has been pressed for a while. Is this possible?
Upvotes: 1
Views: 190
Reputation: 22226
Not sure it's worth it, but I think you should be able to do a workaround with info linked below. Notice that the particular keycodes in main tip need to be changed in latest versions of Vim:
http://vim.wikia.com/wiki/Timer_to_execute_commands_periodically
Upvotes: 1
Reputation: 141780
Adding a :timer
command is still on the Vim TODO list.
If you want to vote for Vim features, you have to become a registered Vim user or sponsor. See the sponsor page.
Upvotes: 1