1 Comment

I have some abbreviations like these:

inoreabbrev fname <C-R>=expand("%:t")<CR>

inoreabbrev Fname <C-R>=expand("%:p")<CR>

inoreabbrev idate <C-R>=strftime("%b %d %Y %H:%M")<CR>

Expand full comment