Skip to content

oieioi/increment-day.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

21 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

increment-day.vim

Increment the day of the week.

Running increment-day.vim

You execute <C-a> on a word, this script replaces it with the next day:

  • sun -> mon -> tue -> ...
  • 月 -> 火 -> ζ°΄ -> ...

If the next day is not found, this executes default <C-a> (this feature is buggy 😰).

Install

dein.vim

[[plugins]]
repo = 'oieioi/increment-day.vim'
hook_add = '''
  nnoremap <C-a> :IncrementDay<CR>
  nnoremap <C-x> :DecrementDay<CR>
'''

Dependency

  • Ruby >= 2.4

About

πŸ“† Increment the day of the week

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published