Home

Awesome

train.nvim

Train yourself with vim motions and make your own train tracks :)

example

Installation

Tested on nvim-0.4.3+

Does not work on Vim, due to incompatible floating window APIs.

" Required
Plug 'tjdevries/train.nvim'

Built-in Commands

" Train for movements up and down
:TrainUpDown

" Train for movements related to words
:TrainWord

" Train for movements related to text objects
:TrainTextObj

Add your own train tracks

call train#show_matches(['w', 'j', ']]', '[['])

Still Under Construction :smile:

TODO: