Releases: zaid/vim-rec
Releases · zaid/vim-rec
v0.0.6
New Features
- Add
:RecNextDescriptorcommand to jump to the next record descriptor (mapped to<localleader>]by default). - Add
:RecPreviousDescriptorcommand to jump to the previous record descriptor (mapped to<localleader>[by default). - Add
:RecPreviewDescriptorcommand to show the current record descriptor in a popup/floating/preview window (mapped to<localleader>?by default).
Changes
- Change
recFieldhighlight group fromIdentifiertoLabel.
v0.0.5
New Features
- Add command wrapper for
rec2csvwhich use Vim's / Neovim's job control (if supported, otherwise fallback to running the commands synchronously). - Add keyboard map for the new
:Rec2csvcommand (using<localleader>rv). - Add support for record set properties auto-completion.
v0.0.4
New Features
- Add command wrappers for
recsel,recfixandrecinfwhich use Vim's / Neovim's job control (if supported, otherwise fallback to running the commands synchronously). - Add keyboard maps for the above commands (using the
<localleader>r{s,f,n}format). - Add ability to disable folding.
- Add ability to disable the command maps.