sponsor Vim development Vim logo Vim Book Ad

vim-checksum : Plugin to cryptographically checksum files

 script karma  Rating 0/0, Downloaded by 835  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/
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vim-checksum.zip 0.0.1 2016-02-21 7.0 chili cuil Initial upload
ip used for rating: 216.73.216.208

Questions about Vim should go to the maillist. Help Uganda.     Vim at Github