Vim Tips Wiki
No edit summary
(Undo revision 31517 by Angrybirds1 (talk))
Line 1: Line 1:
  +
<mainpage-leftcolumn-start />
Many [http://www.angrybirdsnow.com/ Angry Birds] Online players don’t know exactly what the Mighty Eagle does, or how to acquire it. The Mighty Eagle was specially brought in to help you (and the birds) pass a challenging level. The Eagle is an in-app purchase and it will cost you $0.99.
 
  +
{|width="100%"
  +
|- valign="top" cellpadding="0px" cellspacing="0px"
  +
| style="width:50%; padding: .5em; border: 1px solid #c9c9ff; color: #000; background-color: #f3f3ff;"|
  +
<big>'''Welcome to the Vim Tips wiki'''</big>
   
  +
This wiki is about the editor [http://www.vim.org Vim]. We aim to exchange tips and tricks with other Vim users. Please help by improving or adding comments to any tip.
It can be used to pass a level only once per hour, but on levels you already unlocked, you can use it as many times as you want. Good news, the Mighty Eagle is a one-time purchase!
 
   
  +
If you are new to Vim, we have plenty of tips that will help you [[:Category:Getting started|get started]].
You might think “Hey, this is an easy way to gain points and three stars!”, but, sorry to disappoint you, using the Eagle will not yield any of those; Instead, you have a chance of achieving Total Destruction, which is 100% Eagle Highscore. Your goal will be to obtain Total Destruction on each level. Tip: The best way to get the 100% Eagle Highscore is to use the Mighty Eagle together with the other birds.
 
   
  +
We are [[Special:Recentchanges|currently editing]] over [[Special:Allpages|{{NUMBEROFARTICLES}}]] articles.
To activate the new bird within a game, after you purchased it, you simply have to tap the Eagle Eye icon found next to the “pause” button. After you decide to use it, you will see that a can of sardines (Mighty Eagle’s favorite food) appears on your slingshot. All you need to do afterwards is shoot that can of sardines towards your target; wait a little bit, and you will see the Mighty Eagle into action: he appears out of nowhere (the sky, actually) and destroys everything. After this, you will find out what percentage of destruction you obtained. Sometimes it can be tough to get the Total Destruction score, you will need to use the Angry Birds strategically, and to drop the sardines in the right spot.
 
  +
*[[Project:About|About this wiki]]
  +
*[[Vim Tips Wiki:New tips|New tips]]
  +
*[[Vim_Tips_Wiki:Policy|Policies and how to edit]]
  +
*[[Vim_Tips_Wiki:Community Portal|Discussions and asking questions]]
  +
*[[Vim Tips Wiki:Create a new tip|Create a new tip]]
  +
*[[Vim_on_Freenode|#Vim on Freenode (IRC)]]
   
  +
|- valign="top"
I hope this article helped shed some light on the “mysterious” Mighty Eagle. The Eagle is available for iOS devices, and for Angry Birds Online regular edition and Seasons. Also, users with a Nook that have the game installed on it will be able to activate it for free once they enter a Barnes & Noble store. The Mighty Eagle is not available for Angry Birds Rio, or the free versions of the game.
 
  +
| style="padding: .3em .7em .4em; border: 1px solid #cccc66; color: #000; background-color: #ffffcc;"|
  +
{{FeaturedTip}}
  +
  +
|- valign="top"
  +
| style="padding: .3em .7em .4em; border: 1px solid #c9c9ff; color: #000; background-color: #f3f3ff;"|
  +
{{DidYouKnow}}
  +
  +
|- valign="top"
  +
| style="padding: .3em .7em .4em; border: 1px solid #cccc66; color: #000; background-color: #ffffcc;"|
  +
{{FromVimHelp}}
  +
|}
  +
<mainpage-endcolumn />
  +
  +
<mainpage-rightcolumn-start />
  +
{|width="100%"
  +
|- valign="top" cellpadding="0px" cellspacing="0px"
  +
| style="padding: .3em .7em .4em; border: 1px solid #c9c9ff; color: #000; background-color: #f3f3ff;"|
  +
==Information==
  +
*[[Vim documentation]] Links to guides, books, tutorials, and information on other sites
  +
*[[Vim scripts]] Recent changes and descriptions of featured scripts
  +
*[[News|Vim news]] News from this wiki and vim.org
  +
*[[Vim Tips Wiki:Reporting spam|How to report spam]]
  +
*[[Vim Tips Wiki:Imported tips|Imported tips and their authors]]
  +
*[[User:Ipkiss/Using_vim_to_edit_tips|Using Vim to edit tips]]
  +
  +
|- valign="top"
  +
| style="margin: 0 1em; padding: 0 10px; border: 1px solid #aaa; color: #000; background-color: #c0c0c0;"|
  +
*'''Search the tips'''
  +
<inputbox>
  +
type=search
  +
buttonlabel=Try exact
  +
searchbuttonlabel=Search full text
  +
width=30
  +
bgcolor=#c0c0c0
  +
</inputbox>
  +
  +
*'''Browse''' the [[:Category:VimTip|tips alphabetically]] or by [[:Category:Browse|category]] (click '''+''' to expand; requires JavaScript):
  +
{{vimcats}}
  +
*'''Access tips''' by ''tip id'', for example tip&nbsp;1 is&nbsp;[[VimTip1]]
  +
|}
  +
<mainpage-endcolumn />
  +
  +
__NOTOC__ __NOEDITSECTION__
  +
[[ja:]]

Revision as of 09:47, 6 November 2011

Welcome to the Vim Tips wiki

This wiki is about the editor Vim. We aim to exchange tips and tricks with other Vim users. Please help by improving or adding comments to any tip.

If you are new to Vim, we have plenty of tips that will help you get started.

We are currently editing over 1,649 articles.

Featured tip view archive

Searching for files is made easier with the tab-completion of the :find command introduced in Vim 7.3. It is also straightforward to set up a short function to use external commands to populate your quickfix list with a set of files which you can navigate to, and there are plenty of plugins available for fuzzy matching and other advanced features. See our Featured tip for details!

Did you know? view archive

From Vim Help view archive

Information

  • Search the tips
VimTip(7 C, 1,148 P)
Building Vim(11 P)
Integration(5 C, 46 P)
LanguageSpecific(16 C, 17 P)
Options(23 P)
Plugin(1 C, 17 P)
Usage(20 C, 69 P)
  • Access tips by tip id, for example tip 1 is VimTip1