https://github.com/tlinden/followcursor-mode
Emacs mode to highlight line in other buffer containing word in current buffer
https://github.com/tlinden/followcursor-mode
Last synced: 5 months ago
JSON representation
Emacs mode to highlight line in other buffer containing word in current buffer
- Host: GitHub
- URL: https://github.com/tlinden/followcursor-mode
- Owner: TLINDEN
- License: gpl-3.0
- Created: 2017-07-21T18:16:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-24T11:16:38.000Z (almost 9 years ago)
- Last Synced: 2025-01-11T11:41:56.300Z (over 1 year ago)
- Language: Emacs Lisp
- Size: 127 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# followcursor-mode - highlight line in other buffer containing word in current buffer
*Author:* T.v.Dein
*URL:* [https://codeberg.org/scip/followcursor](https://codeberg.org/scip/followcursor)
## Screenshot:

## Usage:
To use, first add to your config:
(require 'followcursor-mode
Then prepare two windows with different buffers, enable the mode
in one of them with:
(followcursor-mode)
Move around in that buffer as you wish. Whenever `point` is on a
match, it will be highlighted in both buffers.