itchyny / calendar.vim

A calendar application for Vim
MIT License
1.97k stars 73 forks source link

Include keepalt when opening the calendar window #80

Closed mMontu closed 9 years ago

mMontu commented 9 years ago

Sometimes I get confused when the alternate file is changed after checking the calendar.

Example:

nmap <silent> <Leader>cal :Calendar -view=year -split=vertical
         \ -position=topleft -width=27<CR>

:e fileA, e: fileB, <c-^> (ends in fileA), <leader>cal, q, <c-^> (ends in calendar buffer instead of fileB)

itchyny commented 9 years ago

Thank you for your pull request.