1

Re: Feature request: left bracket

I'm not really sure what the left bracket key in vi/vim does, but I do know that if I yanked a line and then pushed [p that it would paste the line above the one I was on rather than below.  It'd be nice if this behavior were supported in ViEmu.

Luke

2

Re: Feature request: left bracket

shift-P

3

Re: Feature request: left bracket

Hi Luke,

The semantics of "[p" actually mean "paste before and adjust indent automatically", the same way that "]p" means "paste *after* and adjust indent automatically". As rphan commented, the regular way of just pasting before is capital "P" (typed Shift-P).

The "]p" and "[p" commands were implemented and made available in ViEmu/VS and ViEmu/SQL 2.0.61, and officially in the last official release of both, 2.1. You can get links to download the latest versions from this forum post:

  http://forums.ngedit.com/viewtopic.php?id=182

If you want to use it in ViEmu/Word & Outlook, it is also supported in the latest release, although there is no actual reindent behavior.

Let me know if I can help with anything else!

Best regards,

  Jon