vimd with date insert

This commit is contained in:
ville rantanen
2017-06-14 23:18:51 +03:00
parent 81db6c671d
commit 0e6dadd75c

View File

@@ -2,8 +2,9 @@ function! Box_clear ()
mapclear!
map <space> :<C-U>call Flip_box()<CR>j^
imap <C-b> [ ]
imap <C-d> <C-R>=strftime('%y-%m-%d %H:%M')<CR>
set laststatus=2
set statusline=%f\ %=\ ([x]\ spc,^b)\ (%v,%l)
set statusline=%f\ %=\ ([x]\ spc,^bd)\ (%v,%l)
hi StatusLine ctermfg=cyan ctermbg=black
endfunction
call Box_clear()