vim-checksum : Plugin to cryptographically checksum files
script karma |
Rating 0/0,
Downloaded by 726 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
chili cuil |
|
script type |
utility |
|
description |
USAGE
:Checksum
After pressing <Enter>, a checksum (md5 by default) will be generated for the
current file. It can also be invoked in visual mode to checksum a selection.
Alternatively the '<Leader>c' mapping can be used, which can be overrided by
configuring the 'g:checksum_map' variable in the .vimrc file.
https://github.com/chilicuil/vim-checksum |
|
install details |
Vundle way (recommended), add the following to your $HOME/.vimrc file:
Bundle 'chilicuil/vim-checksum'
And run inside of vim:
:BundleInstall
NeoBundle way:
NeoBundle 'chilicuil/vim-checksum'
And run inside of vim:
:NeoBundleInstall
Pathogen way:
$ git clone https://github.com/chilicuil/vim-checksum.git ~/.vim/bundle/vim-checksum
Manual (simplest if you've never heard of vim plugin managers)
Download the zip file and extract it to $HOME/.vim
$ mv vim-checksum*.zip $HOME/.vim
$ cd $HOME/.vim && unzip vim-checksum*.zip
Update the help tags from vim:
:helpt ~/.vim/doc/ |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 35.170.81.33
|