From b5eb18ca09853c75ec6819af287fe2adc6a848b7 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 26 Nov 2022 08:54:58 +0200 Subject: Update content for gemtext --- .../2022-11-24-i-tried-emacs-but-i-switched-back-to-neovim.gmi | 2 +- gemfeed/atom.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gemfeed/2022-11-24-i-tried-emacs-but-i-switched-back-to-neovim.gmi b/gemfeed/2022-11-24-i-tried-emacs-but-i-switched-back-to-neovim.gmi index e0b47662..280eccca 100644 --- a/gemfeed/2022-11-24-i-tried-emacs-but-i-switched-back-to-neovim.gmi +++ b/gemfeed/2022-11-24-i-tried-emacs-but-i-switched-back-to-neovim.gmi @@ -113,7 +113,7 @@ E-Mail your comments to paul at buetow dot org! :-) => ../ Go back to the main site -# Appendinx +# Appendix This is the VimScript I mentioned earlier, which parses a table of contents index of my scanned paper journals and opens the corresponding PDF at the right page in `zathura`: diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index 5ad29a66..a05be5e7 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ - 2022-11-26T08:52:09+02:00 + 2022-11-26T08:54:53+02:00 foo.zone feed To be in the .zone! @@ -19,9 +19,9 @@
1c1 -< -rw-r--r--. 1 paul paul 14639 Nov 26 08:40 ../foo.zone-content/gemtext/gemfeed/2022-11-24-i-tried-emacs-but-i-switched-back-to-neovim.gmi +< -rw-r--r--. 1 paul paul 14659 Nov 26 08:51 ../foo.zone-content/gemtext/gemfeed/2022-11-24-i-tried-emacs-but-i-switched-back-to-neovim.gmi --- -> -rw-r--r--. 1 paul paul 14659 Nov 26 08:51 ../foo.zone-content/gemtext/gemfeed/2022-11-24-i-tried-emacs-but-i-switched-back-to-neovim.gmi +> -rw-r--r--. 1 paul paul 14658 Nov 26 08:54 ../foo.zone-content/gemtext/gemfeed/2022-11-24-i-tried-emacs-but-i-switched-back-to-neovim.gmi

I tried (Doom) Emacs, but I switched back to (Neo)Vim

Published by Paul at 2022-11-24, last updated 2022-11-26

@@ -91,7 +91,7 @@ nmap ,i !wpbpaste<CR>
 

Update: One reader recommended to have a look at NvChad. NvChad is a NeoVim config written in Lua aiming to provide a base configuration with very beautiful UI and blazing fast startuptime (around 0.02 secs ~ 0.07 secs). They tweak UI plugins such as telescope, nvim-tree, bufferline etc well to provide an aesthetic UI experience. That sounds interesting!

https://github.com/NvChad/NvChad

E-Mail your comments to paul at buetow dot org! :-)

-

Appendinx

+

Appendix

This is the VimScript I mentioned earlier, which parses a table of contents index of my scanned paper journals and opens the corresponding PDF at the right page in zathura:

 function! ReadJournalPageNumber()
-- 
cgit v1.2.3