https://github.com/farcaller/typewriter-scroll
Atom package that enables the typewriter scroll mode
https://github.com/farcaller/typewriter-scroll
atom typewriter typewriter-mode typewriter-scroll
Last synced: 4 months ago
JSON representation
Atom package that enables the typewriter scroll mode
- Host: GitHub
- URL: https://github.com/farcaller/typewriter-scroll
- Owner: farcaller
- License: mit
- Created: 2016-06-07T17:08:42.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T11:50:21.000Z (about 8 years ago)
- Last Synced: 2025-03-21T15:52:34.539Z (about 1 year ago)
- Topics: atom, typewriter, typewriter-mode, typewriter-scroll
- Language: CoffeeScript
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# typewriter-scroll
Typewriter scroll keeps the cursor in the middle of the buffer as you type, imitating the typewriter.
## Usage
Toggle the typewriter mode with `ctrl+alt+t`. "Scroll past end" option must be enabled in the settings for this to work.
## Credits
The code is heavily based on [Zen](https://github.com/defunkt/Zen) by Chris Wanstrath.