From d50dd19f6f93becacf30419695e21200dc210a34 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 8 Mar 2018 02:40:01 -0500 Subject: initial implementation --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md (limited to 'README.md') 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. -- cgit v1.2.3-54-g00ecf