~sotirisp/vim-tsv

Easily view and edit TSV files in Vim
Mention more known issues
Mention known issue

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~sotirisp/vim-tsv
read/write
git@git.sr.ht:~sotirisp/vim-tsv

You can also use your local clone with git send-email.

#vim-tsv

A Vim plugin that makes viewing and editing TSV files easier. It has the following features:

  • Align TSV columns using variable-width tabs (vartabstop) on buffer read and write. Press F6 to manually re-align the columns.
  • Persistently show the TSV header on top of the current buffer. Press F7 to toggle showing the header.
  • Multi-byte characters aren't handled correctly by all awk implementations.
  • All characters are assumed to have a width of one cell.

#Installation

Use your favorite plugin manager or install as a Vim 8 plugin:

mkdir -p ~/.vim/pack/local/start
cd ~/.vim/pack/local/start
git clone https://git.sr.ht/~sotirisp/vim-tsv

#License

Copyright © 2022 Sotiris Papatheodorou

The plugin is available under the Creative Commons CC0 1.0 Universal license.

Do not follow this link