A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/tanrax/scroll-page-without-moving-point.el below:

tanrax/scroll-page-without-moving-point.el: Move the scroll in Emacs without moving the position cursor.

Move the scroll in Emacs without moving the position cursor. scroll-page-without-moving-point.el

You will need to have straight installed.

Add in your init.el.

(use-package scroll-page-without-moving-point
  :straight (:host github :repo "tanrax/scroll-page-without-moving-point.el" :files ("scroll-page-without-moving-point.el"))
  :ensure t)

Set the keys you want to use. For example:

Key Description M-n Scroll down M-p Scroll up

You can set it in your init.el:

(global-set-key "\M-n" 'scroll-page-without-moving-point-down)
(global-set-key "\M-p" 'scroll-page-without-moving-point-up)

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4