vim-mediawiki-editor icon indicating copy to clipboard operation
vim-mediawiki-editor copied to clipboard

A mess of new features and fixes

Open dgfitch opened this issue 5 years ago • 1 comments

This is kind of a mess, but I've rectified my branch with yours.

The main improvement is that you get sensible gf bindings and the mediawiki buffers work with :w like your vim-fingers expect.

I also added:

  • Listing subpages support
  • Backlinks support
  • Search support

dgfitch avatar Nov 05 '19 16:11 dgfitch

Wow, this is a big PR.

Might I suggest moving the keybinds to the <Plug> namespace to avoid conflicts? See :h using-<Plug> for details.

Also, I feel like this should get split into multiple PRs because of its size. Thoughts @dgfitch @aquach?

tomodachi94 avatar Jan 17 '23 20:01 tomodachi94