]> git.rmz.io Git - dotfiles.git/blob - vim/ftplugin/org.vim
lazyvim: absorb treesitter plugins
[dotfiles.git] / vim / ftplugin / org.vim
1 setlocal textwidth=80
2 setlocal formatoptions+=aw
3
4 function! s:insert_journal_entry()
5 exe 'normal! O**** ['.strftime('%Y-%m-%d %a %H:%M').'] - '
6 endf
7
8 "TODO only in journal.org
9 inoremap <buffer> <silent> <C-CR> <CR><Esc>:call <SID>insert_journal_entry()<CR>a