mirror of
https://github.com/chubin/cheat.sh
synced 2024-11-12 22:37:06 +00:00
28 lines
777 B
Text
28 lines
777 B
Text
" 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
|
|
|