aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-03-08 02:40:01 -0500
committerJesse Luehrs <doy@tozt.net>2018-03-08 02:41:06 -0500
commitd50dd19f6f93becacf30419695e21200dc210a34 (patch)
tree40282b7d761f4734afd56e9d9f54538b62fe1be5 /README.md
parent1b511a45e7020f7096786d68e939286f9615647b (diff)
downloadvim-history-sync-d50dd19f6f93becacf30419695e21200dc210a34.tar.gz
vim-history-sync-d50dd19f6f93becacf30419695e21200dc210a34.zip
initial implementation
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..01445ac
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# Overview
+
+When opening files in Vim from the shell, this plugin adds an entry to Vim's
+command history in the form `:e foo.rb` . Also, when opening files in Vim,
+adds an entry to the shell history in the form `vim foo.rb` .
+
+# Installation
+
+This plugin can be installed as a standard Vim package (see `:help packages`).
+Simply clone this repository into ~/.vim/pack/plugins/start/vim-history-sync to
+install the Vim files for this plugin.
+
+To enable this plugin, add `. /path/to/vim-history-sync/sh/history-sync.zsh`
+to your .zshrc. Currently only zsh is supported, although patches are welcome
+to add support for other shells.