Repeat a specific line from bash history

Choose a line and then use exclamation mark to repeat it:

!2014
Also, you could use first letters from the command:
!vi
In my case - it will execute the command:
vi ../links.txt