Skip to content

Tervicke/IpsumVim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

IpsumVim

Get LoremIpsum in vim with one command

Install the plugin

with vim-plug

Plug 'Tervicke/IpsumVim/'

and then by doing a :PlugInstall

Use the plugin

you can insert the lorem ipsum where the current cursor in located by using the Lipsum command(you dont need to type the whole , vim autocompletes the command)

:Lipsum

Argument

If you want to specifiy the number of words you can do it by passing arguments something like this

:Lipsum 69

whcih will add a lorem ipsum of 60 characters NOTE: if no argument is passed deafult is 150 words

remap

you can map the command to a something like space + p with the following command note: my leader key is remapped to space , by deafult its " \ " key .

nnoremap <leader>p  :Lipsum<Cr>

About

Get LoremIpsum in vim with one command

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published