SiteMap Search ElispArea HowTo Glossary RecentChanges News Problems Suggestions

AtimUnscroll

Last edit

Summary: Minor mode for restoring buffer look as it was before scrolling.

Changed:

< scrolling command is invoked (pg-down/pg-up, mouse wheel scrolling,

to

> scrolling command is invoked (page-down/page-up, mouse wheel scrolling,


Description

The position of cursor and buffer look are automatically remembered when a scrolling command is invoked (page-down/page-up, mouse wheel scrolling, scroll-bar movement)

This information is stored in a ring; you can go up and down this ring restoring you position and text visibility before the scrolling command with

these commands travel the ring to older (..-down) and newer (..-up) stored points.

Files

Lisp:atim-unscroll.el


CategoryUndo