vim-scripts / shuffle.vim

Do the random shuffle of lines in vim's buffer

Home Page:http://www.vim.org/scripts/script.php?script_id=4093

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a mirror of http://www.vim.org/scripts/script.php?script_id=4093

This is a simple script to do the random shuffle of the lines in
buffer.  Please notice that this script need python2 support!
In order to use the map conveniently, you may want to define some key
map yourself.

Usage:
   Press "V" to select some line.  Use command :Shuffle to do the left
  work.

About

Do the random shuffle of lines in vim's buffer

http://www.vim.org/scripts/script.php?script_id=4093


Languages

Language:Vim Script 100.0%