mirror of
https://github.com/akelge/zsh
synced 2025-08-15 14:28:35 +00:00
Moved to Vundle
Adopted vim-templates plugin, instead of homegrown skeleton
This commit is contained in:
17
vim/bundle/TextFormat/README
Normal file
17
vim/bundle/TextFormat/README
Normal file
@ -0,0 +1,17 @@
|
||||
This is a mirror of http://www.vim.org/scripts/script.php?script_id=2324
|
||||
|
||||
This plugin provides commands and key mappings to quickly align and format text. Text can be easily reformatted and aligned to either left or right margin or justified to both margins or centered. The text formatting commands provided by this plugin are a bit more automatic and more intelligent than those integrated to Vim. Together they make more powerful command set for formatting text.
|
||||
|
||||
Manual is included, just type
|
||||
|
||||
:help textformat.txt
|
||||
|
||||
Default keymappings:
|
||||
|
||||
\al Left-align and reformat
|
||||
\ar Right-align
|
||||
\aj Left-right justify and reformat
|
||||
\ac Center lines
|
||||
|
||||
The prefix key is actually <Leader> key. It's backlash by default but it is configurable.
|
||||
|
Reference in New Issue
Block a user