sjbach / lusty

LustyExplorer / LustyJuggler for Vim
http://www.vim.org/scripts/script.php?script_id=1890
256 stars 30 forks source link

Prevent entering Insert mode using "I" or "A" while lusty-juggler is open. #88

Closed KaraJ closed 11 years ago

KaraJ commented 11 years ago

If you press "A" or "I" while the lusty-juggler is active all further key presses are written to the document. I added "A" and "I" to the cancelled mappings to prevent this.

benbarbour commented 11 years ago

Looks good to me; think it should be merged. I've hit this issue a few times accidentally as well and it's really confusing when it happens.

sjbach commented 11 years ago

Hi -- I'm not certain why I didn't merge this. It must have slipped through the cracks! Sorry. I've just merged a separate patch which I think offers the same functionality, but let me know if not.