Πέμπτη 24 Ιουλίου 2014

Bash, Vim, Nodepad++, Eclipse Autocomplete!



Hello
I would like to share with you some autocomplete keyboard shortcuts which will make your life easier and make type faster, or much faster!


Bash:

If you want to re-type a command you had previously typed, I guess you usually search it with history.

Instead you can just start typing and press “Page Up” .
This will autocomplete your typing to what you typed earlier!

Vi:
Vi is an amazing editor if you can use it correctly.

In vi if you have a script and you want to type a variable of function which exists in you script you just have to start typing the first letters and they (in insert mode) press Ctrl+n
This brings you a list of all the available variables, and you can use the arrow buttons to select what you want!

Nodepad ++:

Just as in VI, just start typing and press Ctrl+’Enter’.
This again will bring up a list of all available autocomplete possibilities.

Eclipse:
start typing and press Ctrl+Space


Enjoy the new way of typing and share with others!

Δεν υπάρχουν σχόλια:

Δημοσίευση σχολίου