Skip to content

Instantly share code, notes, and snippets.

@lo48576
Last active September 26, 2015 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lo48576/9e49244a7cc14f6c6a79 to your computer and use it in GitHub Desktop.
Save lo48576/9e49244a7cc14f6c6a79 to your computer and use it in GitHub Desktop.
" see http://linuxjm.osdn.jp/html/LDP_man-pages/man3/strftime.3.html
:nnoremap <F5> "=strftime("%Y/%m/%d %H:%M:%S")<CR>P
:inoremap <F5> <C-R>=strftime("%Y/%m/%d %H:%M:%S")<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment