/vim-qif

Vim support for editing QIF (Quicken) files.

Primary LanguageVim ScriptMIT LicenseMIT

vim-qif

Features

This is a plugin for Vim which adds support for QIF (Quicken) files.

Features:

  • Syntax highlighting.

  • Move between transactions using the [[ and ]] commands.

Install

This project follows the standard runtime path structure.

  • Install using native packages in Vim 8:

    $ git clone https://github.com/ljcooke/vim-qif.git \
        ~/.vim/pack/plugins/start/vim-qif
    
  • Install using Pathogen:

    $ git clone https://github.com/ljcooke/vim-qif.git \
        ~/.vim/bundle/vim-qif
    

Usage

While editing a QIF file, enter the command:

:set filetype=qif

This is done automatically if the filename ends with the extension .qif.

License

Licensed under the MIT License. See the LICENSE file for details.