Omemo

My OMEMO fingerprints 1c1ff100-0fdb4dd3-b95dd260-73a423d7-7a991467-cfdf6684-91758fda-c5e1213c

[ Published: 2022/08/27 23:36 ] · [ Last edit: 2022/11/05 20:39 ] · c47

n(eo)vim

A few days ago I decided to try out neovim in my everyday-life workflows. I know about neovim since quite a while. Also I know about a few technical advantages compared to vim but over long time it was always the same: I installed neovim I used it a few times that day and maybe the next day I started to forget to run nvim instead of vim and… found myself using vim again since then I have a week of vacation and this time I want to make serious change and integrate neovim into my daily life for while....

[ Published: 2022/05/22 07:42 ] · [ Last edit: 2022/05/27 22:32 ] · c47

Update Lastmod Using Vim

I think it is very important to add date information about articles’ creation time and modification time. There are various ways to do this. I usually prefer when this be done by my favorite editor and so I wrote a short function: function! LastMod() if expand('%:p:h') =~ 'path/to/my/hugo-website/www.nixre.net/content' let l:cursorpos = winsaveview() let l:timestamp = strftime('%Y-%m-%dT%H:%M:%S+02:00') silent! exe ':%s/^\(lastmod:\).*$/\1 ' . expand(l:timestamp) . '/' call winrestview(l:cursorpos) endif endfunction The markdown sources are inside the content folder of my hugo website and the expand('%:p:h') of the file that is currently loaded into the buffer will show the absolute path to the directory that contains the file....

[ Published: 2022/05/01 10:28 ] · [ Last edit: 2022/05/29 07:37 ] · c47

Calendars

(This is an opinion piece) Calendars are quite a big topic for me. For very long time I avoided to use CalDAV calendars. I didn’t have no special reason, like something that I explicitely dislike in CalDAV or similar. It happened, because… well… I always wondered why so many people combine calendars with eMail and CalDAV seemed to me like it’s always around eMail. I know this is not true, but…...

[ Published: 2022/01/29 09:53 ] · c47