clock

Description
clockとけい
Latest version
0.15.2
Author
janus_wel
License
New BSD License

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

USAGE

you can customize below variable.
clock_format: clock format. default is '[%t]'. available below special tokens.
%t
time hh:mm
%d
day MM/DD
%y
year YYYY
%a
A abbreviation for the day of the week.
refer
http://d.hatena.ne.jp/janus_wel/20081128/1227849365

EX-COMMANDS

:clockhide
hide clock
:clockappear
appear clock
:clockstop
stop clock
:clockstart
start clock
:clockjustify
justify clock position

EXAMPLE

in .vimperatorrc
let clock_format='(%t %d)'
this exapmple show clock like below
(20:34 12/12)

USAGE

以下の設定を変更することができます。
clock_format: 時計の書式。設定なしの場合 '[%t]' として扱われます。以下の特殊な識別子が使えます。
%t
時間 hh:mm 形式
%d
月日 MM/DD 形式
%y
西暦年 YYYY 形式
%a
曜日
参考
http://d.hatena.ne.jp/janus_wel/20081128/1227849365

EX-COMMANDS

:clockhide
時計を隠します。
:clockappear
時計を出します。
:clockstop
時計を止めます。
:clockstart
時計を動かします。
:clockjustify
時計の位置を調節します。

EXAMPLE

.vimperatorrc に、
let clock_format='(%t %d)'
と書くと以下のように表示されます。
(20:34 12/12)
back to index