added screencast

This commit is contained in:
Thomas von Dein
2017-07-23 13:04:39 +02:00
parent 23cb285a35
commit 98eb603a04
2 changed files with 25 additions and 2 deletions

View File

@@ -1,2 +1,25 @@
# followcursor-mode # followcursor-mode - highlight line in other buffer containing word in current buffer
Emacs mode to highlight line in other buffer containing word in current buffer
*Author:* T.v.Dein <tlinden@cpan.org><br>
*URL:* [https://github.com/tlinden/followcursor](https://github.com/tlinden/followcursor)<br>
## Screenshot:
![demo](imgs/followcursor-mode-screencast.gif)
## 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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB