resizable_textarea

Description
Allows you to resize textareas.テキストエリアをリサイズ可能にする。
Latest version
0.2.1
Author
suVene
License
MIT

for 2.2
http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/branches/2.2/resizable_textarea.js
for 2.1
http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/branches/2.1/resizable_textarea.js
for 2.0
http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/branches/2.0/resizable_textarea.js
for 1.2
not supported
for Nightly
http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/trunk/resizable_textarea.js

Usage

NORMAL MODE or VISUAL MODE or CARET MODE

:textareaResize or :tr
you can resize textareas by using a mouse.

INSERT MODE or TEXTAREA MODE

"<A-r>" or "<M-r>"
you can resize current component by using a keyboad.

keymap

"k" or "up"
height more small.
"j" or "down"
height more large.
"h" or "left"
width more small.
"l" or "right"
width more large.
"escape" or "enter"
end of resize.
back to index