aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-30 17:03:26 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-30 17:03:26 +1200
commitc50cc11e48b33187b398f1e9c7f1b1125c7e1d62 (patch)
treeea02b5fa496bb06416718f334ec68aa58d7fb141 /README.md
downloadvim-insert-timeout-c50cc11e48b33187b398f1e9c7f1b1125c7e1d62.tar.gz
vim-insert-timeout-c50cc11e48b33187b398f1e9c7f1b1125c7e1d62.zip
First commitv0.1.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d2e5702
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+insert\_suspend\_hlsearch.vim
+=============================
+
+This plugin leaves insert mode automatically if there is no activity for a
+certain number of seconds, with an `'updatetime'` hook. This is just a plugin
+packaging of Vim tip #1540:
+
+<http://vim.wikia.com/wiki/To_switch_back_to_normal_mode_automatically_after_inaction>
+
+Requires Vim 7.0 or later.
+
+License
+-------
+
+Copyright (c) [Tom Ryder][1]. Distributed under the same terms as Vim itself.
+See `:help license`.
+
+[1]: https://sanctum.geek.nz/