diff options
author | Thomas Buckley-Houston | 2017-05-30 09:24:00 +0000 |
---|---|---|
committer | Thomas Buckley-Houston | 2017-05-30 09:24:00 +0000 |
commit | 79bd6b4273325f891d2fcdb2a79ede59e313e414 (patch) | |
tree | 48028cfaf00bdd6ef82b83afb638317db4a9a53d /doc/novim-mode.txt | |
parent | 37905d1bad1dd19cca13fd36022b0cffb811b699 (diff) |
Formalise plugin: functions, autoload, tests
Diffstat (limited to 'doc/novim-mode.txt')
-rw-r--r-- | doc/novim-mode.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/novim-mode.txt b/doc/novim-mode.txt deleted file mode 100644 index ffff024..0000000 --- a/doc/novim-mode.txt +++ /dev/null @@ -1,12 +0,0 @@ -novim-mode.txt - -============================================================================== -CONTENTS |novim-contents| - - Introduction ....................................... |novim-introduction| - -============================================================================== -Introduction *novim* *novim-introduction* - -Novim-mode provides defaults to Insert Mode whenever appropriate and provides -a set of keybindings to make Vim behave more like a 'normal' editor. |