An open API service indexing awesome lists of open source software.

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

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:

demo

## 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.