-
Notifications
You must be signed in to change notification settings - Fork 2
Provides near real-time update of a file in the preview window.
vim-scripts/TailMinusF
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a mirror of http://www.vim.org/scripts/script.php?script_id=1374 TailMinusF allows you to view the contents of a file in real time. When a change in the file is detected, the window displaying the file is updated and repositioned to the last line. The update is not exactly real time, but usually updates within a few seconds of the file change. The update interval of the output is determined by the |updatetime| parameter, along with continued usage of Vim. This means that if you are not doing any editing or motion commands, the preview window will not be updated. See |CursorHold| for more information. Because this window becomes the preview window, it will accept all related commands. For more information, see |preview-window|. Once installed, simply use ':Tail <filename>' to see the file. Use ':pclose' to close this window.
About
Provides near real-time update of a file in the preview window.
Resources
Stars
Watchers
Forks
Packages 0
No packages published