Skip to content

22:23 🕙 Add a ticking clock to vim-airline-clock

Notifications You must be signed in to change notification settings

s3bw/vim-clock-tick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Vim Clock Tick

Add a ticking clock face to airline-clock

Why?

Having a clock in vim is helpful when you're working in full screen. Adding the icon just serves as an indication that you're looking at the time. There is no reason for having it animated.

Installing

Using pathogen, clone into ~/.vim/bundles/vim-clock-tick

Configuration

  • Changing the clock format

    let g:airline#extensions#clock_tick#format = '%H:%M:%S'
  • The tick speed by default depends on the hour. To change it to minutes use 'M' and seconds use 'S'.

    let g:airline#extensions#clock_tick#delta = 'S'

About

22:23 🕙 Add a ticking clock to vim-airline-clock

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published