launchpad-dev team mailing list archive
-
launchpad-dev team
-
Mailing list archive
-
Message #04399
Re: New coding standard for formatting imports
On 20 August 2010 00:04, Benji York <benji.york@xxxxxxxxxxxxx> wrote:
> Another Vim tip for jumping around: ctrl-o will take you back to where
> you were, so adding an import by hand is:
>
> 1G -- go to the top of the file
> [misc screwing around to get the import added]
> ctrl-o -- go back to where you were
>
> Bonus tip: ctrl-i will go forward to where you were before so
> ctrl-i/ctrl-o travel forward/back in a sequence of file positions.
Also 'g;' (gee semicolon) will take you back to the last place you
changed something.
--
Martin
References
-
New coding standard for formatting imports
From: Brad Crittenden, 2010-08-18
-
Re: New coding standard for formatting imports
From: Henning Eggers, 2010-08-18
-
Re: New coding standard for formatting imports
From: Stuart Bishop, 2010-08-19
-
Re: New coding standard for formatting imports
From: Graham Binns, 2010-08-19
-
Re: New coding standard for formatting imports
From: Gavin Panella, 2010-08-19
-
Re: New coding standard for formatting imports
From: Jonathan Lange, 2010-08-19
-
Re: New coding standard for formatting imports
From: Jeroen Vermeulen, 2010-08-19
-
Re: New coding standard for formatting imports
From: Jonathan Lange, 2010-08-19
-
Re: New coding standard for formatting imports
From: Jeroen Vermeulen, 2010-08-19
-
Re: New coding standard for formatting imports
From: Jonathan Lange, 2010-08-19
-
Re: New coding standard for formatting imports
From: Benji York, 2010-08-19