Skip to content

Commit

Permalink
vim: add Meeting command
Browse files Browse the repository at this point in the history
  • Loading branch information
benknoble committed Jul 26, 2024
1 parent 02e965d commit 2ba059a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions links/vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,8 @@ command Changed let s:old_lang = v:lc_time
\ | execute 'language time' s:old_lang
\ | unlet! s:old_lang

command -nargs=1 Meeting execute 'normal! IMeeting with <args>' | put =system('LC_ALL=C date') | -join | normal! f:daW.yypVr-

" Colorscheme {{{

" italic comments
Expand Down

0 comments on commit 2ba059a

Please sign in to comment.