mirror of
https://codeberg.org/scip/followcursor-mode.git
synced 2026-02-04 08:10:57 +01:00
26 lines
640 B
Markdown
26 lines
640 B
Markdown
# followcursor-mode - highlight line in other buffer containing word in current buffer
|
|
|
|
*Author:* T.v.Dein <tlinden@cpan.org><br>
|
|
*URL:* [https://codeberg.org/scip/followcursor](https://codeberg.org/scip/followcursor)<br>
|
|
|
|
## Screenshot:
|
|
|
|
<img src="imgs/followcursor-mode-screencast.gif" alt="demo" width="800" height="500">
|
|
|
|
## 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.
|
|
|
|
|
|
|