Skip to content

lervag/lists.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a Vim plugin to manage text based lists. The following features are provided. The default mappings are indicated. See the main docs for the details.

  • <c-s>: Normal mode and insert mode mapping to toggle list items, e.g. between things like:

    * [ ]      →    * [x]
    * TODO:    →    * DONE:
    
  • il and al: Text objects for list items.

  • <leader>wlk and <leader>wlj: Move list items up or down the list.

  • <leader>wlu: Remove repeated entries in a list (recursively)

Installation

If you use vim-plug, then add the following line to your vimrc file:

Plug 'lervag/lists.vim'

Or use some other plugin manager:

Related projects

Acknowledgements

The functionality of lists.vim was earlier a part of wiki.vim and implemented for my personal convenience. However, as someone pointed out, the list features do not really have anything to do with the wiki functionality. Thus it was extracted from wiki.vim into this dedicated list plugin.

About

A Vim plugin to handle lists

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors