mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 12:49:56 -06:00
NVIM: add mapping for extended date format insert
This commit is contained in:
@@ -32,6 +32,8 @@
|
|||||||
; Insert Date
|
; Insert Date
|
||||||
(noremap :n :<F5> "\"=strftime(\"%F\")<CR>p")
|
(noremap :n :<F5> "\"=strftime(\"%F\")<CR>p")
|
||||||
(noremap :i :<F5> "<C-R>=strftime(\"%F\")<CR>")
|
(noremap :i :<F5> "<C-R>=strftime(\"%F\")<CR>")
|
||||||
|
(noremap :n :<M-5> "\"=trim(system('date -u'))<CR>p")
|
||||||
|
(noremap :i :<M-5> "<C-R>=trim(system('date -u'))<CR>")
|
||||||
|
|
||||||
; Make markdown link with empty url
|
; Make markdown link with empty url
|
||||||
;map <Leader>ah S<a href="" target="_blank" rel="noopener noreferrer"><CR>
|
;map <Leader>ah S<a href="" target="_blank" rel="noopener noreferrer"><CR>
|
||||||
|
|||||||
Reference in New Issue
Block a user