Hi,
I have been using nano for a long time now, Often while writing programs, typing the variable names was troublesome. So i have modified the source code of nano-2.6.2 and I have added a shortcut that would look up for the current word in the current file and replace it if only match is found or suggest words if more than one word is found.
Description : Lookup for the current word(using the position of the cursor) in the entire current file and replace if only one word is found else suggests words (very similar to use of tab in bash terminal)
I have attached the modified code and patch.
Temporarily I have used ctrl-A as the shortcut for it.
I request you to review the code and give suggestions if any. And then add it to your repository so that others can use it.
Thanks and Regards,
Sumedh Pendurkar