vim-mediawiki-editor
vim-mediawiki-editor copied to clipboard
A mess of new features and fixes
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
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?