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)