Increment the day of the week.
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 π°).
dein.vim
[[plugins]]
repo = 'oieioi/increment-day.vim'
hook_add = '''
nnoremap <C-a> :IncrementDay<CR>
nnoremap <C-x> :DecrementDay<CR>
'''
- Ruby >= 2.4