diff options
author | Michał M. Sapka <michal@sapka.me> | 2023-02-03 21:37:10 +0100 |
---|---|---|
committer | Michał M. Sapka <michal@sapka.me> | 2023-02-03 21:37:10 +0100 |
commit | c59d810cc81407ce55796723bd48b3248a92f523 (patch) | |
tree | ece2d792a6aa90b8ecf6a9ffa01badf2369585f6 /content/2023/the-worst-part-of-emacs-after-3-weeks.md | |
parent | 8b0e53144152f173a8d104a32984fc01fc00bb66 (diff) |
feat: article for 2023-02-03
and forgotten assets
Diffstat (limited to 'content/2023/the-worst-part-of-emacs-after-3-weeks.md')
-rw-r--r-- | content/2023/the-worst-part-of-emacs-after-3-weeks.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/content/2023/the-worst-part-of-emacs-after-3-weeks.md b/content/2023/the-worst-part-of-emacs-after-3-weeks.md new file mode 100644 index 0000000..605fc55 --- /dev/null +++ b/content/2023/the-worst-part-of-emacs-after-3-weeks.md @@ -0,0 +1,21 @@ +--- +title: "The Worst Part of Emacs After 3 Weeks" +category: "software" +abstract: old habbits die hard +date: 2023-02-03T21:23:05+01:00 +year: 2023 +draft: false +tags: ['emacs', 'vim'] +--- +As you may already know, I am slowly moving from Vim to Emacs. I am that guy, "btw I use emacs." So far, it has been great. The editor is solid, and the ecosystem is impressive. I can handle email and IRC from Emacs! That's the stuff. + +But old habits die hard. Since I want to use Emacs in most Emacs-y of ways, I won't use Vim key bindings. And this causes frustration. There are two conflicting ones that drive extra me crazy. + +In Vim, as we all know, `k` goes a line down. In Emacs, that's `C-n` (where C stands for Control). However, my mind wants to use `k`, so every few minutes, I press `C-k`, which deletes the rest of the line (the equivalent of `D` in Vim). + +Every + +few + +minutes + |