aboutsummaryrefslogtreecommitdiffstats
path: root/doc/history-sync.txt
blob: 7ed0c4f58615eccbe507f77e2eb2ae4e0a1f3ce2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
*history-sync.txt*  Keeps your shell history and Vim history in sync.

Author:  Jesse Luehrs <https://tozt.net/>
License: MIT

=============================================================================
OVERVIEW                                              *history-sync-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                                      *history-sync-installation*

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.

 vim:tw=78:et:ft=help:norl: