diff options
| author | Paul Buetow <paul@buetow.org> | 2022-11-24 11:43:27 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-11-24 11:43:27 +0200 |
| commit | c84d171e4118dd7ba30b2485513c45ce12379089 (patch) | |
| tree | 0cd52cb2f0973b0013574685a0cf9e98916ab93d | |
| parent | d2bd16355148d77b2617be27fccec6a2214d129e (diff) | |
Update content for md
| -rw-r--r-- | gemfeed/2022-11-24-i-tried-emacs-but-i-switched-back-to-neovim.md | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/gemfeed/2022-11-24-i-tried-emacs-but-i-switched-back-to-neovim.md b/gemfeed/2022-11-24-i-tried-emacs-but-i-switched-back-to-neovim.md index 5b7ff5e5..5bd57eb3 100644 --- a/gemfeed/2022-11-24-i-tried-emacs-but-i-switched-back-to-neovim.md +++ b/gemfeed/2022-11-24-i-tried-emacs-but-i-switched-back-to-neovim.md @@ -2,6 +2,19 @@ > Published by Paul at 2021-11-24 +``` + _/ \ _(\(o + / \ / _ ^^^o + / ! \/ ! '!!!v' + ! ! \ _' ( \____ + ! . \ _!\ \===^\) +Art by \ \_! / __! + Gunnar Z. \! / \ <--- Emacs is a giant dragon + (\_ _/ _\ ) + \ ^^--^^ __-^ /(__ + ^^----^^ "^--v' +``` + As a long-lasting user of Vim (and NeoVim), I always wondered what GNU Emacs is really about, so I decided to try it. I didn't try vanilla GNU Emacs, but Doom Emacs. I chose Doom Emacs as it is a neat distribution of Emacs with Evil mode enabled by default. Evil mode allows Vi(m) key bindings (so to speak, it's emulating Vim within Emacs), and I am pretty sure I won't be ready to give up all the muscle memory I have built over more than a decade. [GNU Emacs](https://www.gnu.org/software/emacs/) @@ -106,7 +119,7 @@ E-Mail your comments to paul at buetow dot org! :-) # Appendinx -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 an external PDF editor: +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() |
