From 5b49deabc081d7c0e682e0823340500b4c1770c3 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Sun, 6 May 2018 17:32:04 +0000 Subject: [PATCH] added share/vim.txt --- share/vim.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 share/vim.txt diff --git a/share/vim.txt b/share/vim.txt new file mode 100644 index 0000000..f1b55c6 --- /dev/null +++ b/share/vim.txt @@ -0,0 +1,28 @@ +" To use cheat.sh from your vim, install the cheat.sh-vim plugin from David Beniamine +" located at https://github.com/dbeniamine/cheat.sh-vim. +" See the page for the configuration options and the magic key combinations. +" +" ## Vizardry +" +" If you have Vizardry installed, you can run from vim: +" +" Invoke -u dbeniamine cheat.sh-vim +" +" ## Vundle +" +" Add the following to your Vundle Plugin list and do InstallPlugins: +" +" Plugin 'dbeniamine/cheat.sh-vim' +" +" ## Pathogen +" +" If you are using Pathogen, Run the following command in shell: +" +" git clone https://github.com/dbeniamine/cheat.sh-vim.git ~/.vim/bundle/cheat.sh-vim +" +" ## Quick install +" +" git clone https://github.com/dbeniamine/cheat.sh-vim.git +" cd cheat.sh-vim/ +" cp -r ./* ~/.vim +