Maine Coonメインクーン

Description
Make the screen largerなるべくでかい画面で使えるように
Latest version
2.4.2
Author
anekos
License
new BSD License (Please read the source code comments of this plugin)修正BSDライセンス (ソースコードのコメントを参照してください)

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

Requires

_libly.js

Options

mainecoon
Possible values
c
Hide caption-bar
a
Hide automatically command-line
f
Fullscreeen
C
Hide caption-bar
If window is maximized, then window maximize after window is hid.
m
Displays the message to command-line.
(e.g. "Yanked http://..." "-- CARET --")
l
Large mode (Hide status line)
:set mainecoon=ac
The default value of this option is "am".

note

The C and c options probably are supported on some OSs only.

Global Variables

maine_coon_targets
Other elements IDs that you want to hide.
let g:maine_coon_targets = "sidebar-2 sidebar-2-splitter"
maine_coon_default
The default value of 'mainecoon' option.
let g:maine_coon_default = "ac"
maine_coon_style
The Style for message output.
let g:maine_coon_style = "border: 1px solid pink; padding: 3px; color: pink; background: black; font: 18px/1 sans-serif;"

Example

The mapping for large mode (l)

:noremap <silent> s :set mainecoon!=l<CR>

Thanks

snaka72 (hidechrome part)
http://vimperator.g.hatena.ne.jp/snaka72/20090106/1231262955

Maine Coon

http://en.wikipedia.org/wiki/Maine_Coon

Requires

_libly.js

Options

mainecoon
以下の文字の組み合わせを指定します。
c
キャプションバーを隠す
a
自動でコマンドラインを隠す
f
フルスクリーン
C
キャプションバーを隠す
ウィンドウが最大化されているときは、隠したあとに最大化し直します
m
コマンドラインへのメッセージを表示します。
("Yanked http://..." "-- CARET --" など)
l
ラージモード (Hide status line)
"c" と "f" の併用は意味がありません。
:set mainecoon=ac
デフォルト値は "am"

備考

C c オプションはいくつかの OS でのみ有効です。多分。

Global Variables

maine_coon_targets
フルスクリーン時にの非表示にしたい要素のIDを空白区切りで指定します。
let g:maine_coon_targets = "sidebar-2 sidebar-2-splitter"
maine_coon_default
オプションのデフォルト値を設定します。
let g:maine_coon_default = "ac"
maine_coon_style
メッセージ表示のスタイル指定です。
let g:maine_coon_style = "border: 1px solid pink; padding: 3px; color: pink; background: black; font: 18px/1 sans-serif;"

Example

ラージモード(l) 用のマッピング

:noremap <silent> s :set mainecoon!=l<CR>

Thanks

snaka72 (hidechrome part)
http://vimperator.g.hatena.ne.jp/snaka72/20090106/1231262955

メインクーン

http://ja.wikipedia.org/wiki/%E3%83%A1%E3%82%A4%E3%83%B3%E3%82%AF%E3%83%BC%E3%83%B3
back to index