jarekwaszczuk / vim-tail

Yet another tail -f plugin

Home Page:http://www.vim.org/scripts/script.php?script_id=1714

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table of Contents

Tail Bundle

This is a maintained mirror of http://www.vim.org/scripts/script.php?script_id=1714

Description

This Tail plug-in combines the ideas from vimscript#1374 and vimscript#1692 into one plugin offering both preview and tabbed tail functionality. I also added shortcut mapping to "set wrap" and "set number" - which both can be useful when observing log files.

Installation

Install from https://github.com/krischik/vim-tail using dein (https://github.com/Shougo/dein.vim) or similar:

    call dein#begin('$HOME/vimfiles/bundles')
    call dein#add('krischik/vim-tail')
    call dein#end()
    call dein#install()

References

Tail Bundle
Vim-Script https://www.vim.org/scripts/script.php?script_id=1714
Source https://github.com/krischik/vim-tail
Wiki https://github.com/krischik/vim-tail/wiki
Releases https://github.com/krischik/vim-tail/releases
Issues https://github.com/krischik/vim-tail/issues
Discussions https://github.com/krischik/vim-tail/discussions

Comments

/* vim: set textwidth=0 wrap tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab : */ /* vim: set filetype=mediawiki fileencoding=utf8 fileformat=unix foldmethod=marker : */ /* vim: set nospell spelllang=en_gb : */

About

Yet another tail -f plugin

http://www.vim.org/scripts/script.php?script_id=1714

License:GNU General Public License v3.0


Languages

Language:Vim Script 79.6%Language:Shell 20.4%