I think these are nice additions.
Thanks for your work. I will try them out on monday.


2014/1/24 Uvelichitel <uvelichitel@gmail.com>
Hi dexen.

>>      Hi 9fans. While working with large sources in acme I feeling some lack
>>of navigation capacity. So two new cmd. 1) 'Rev' , works precisely as
>>'Look' but in reverse direction. It also change behavior of right mouse
>>button search to search reverse. You will notice change with pointer
>>position and little symbol near pipe in tag. Executing 'Look' instantly
>>change behavior back.

>:-/REGEX

Sure, but it regexp search, which more expensive not literal and need
more typing. My proposal as opposite behave exactly as 'Look' and also
change behavior of right mouse
button search.

>> After all navigation 2) 'Tip' , return pointer to
>>last typing point. It understand 2-1 chording, so you can handy insert
>>selection to last insert point without snarfing, including same window.

>Left/Right Arrow keys takes you to the position where selection (cursor)
>currently is.

>if the selection covers several lines, Left takes you to beginning, and
Right
>to the end.


>this plays well with double-click on any open/close
parenthesis/bracket/brace.
>to quickly move to the other end of code block etc.

Proposal 'Tip' command operate with last insertion point, not selection
point, mean 'Tip' cmd return you where you typing after all selections
and scrolling.

Anyway thanks for feedback. Best regards.