aboutsummaryrefslogtreecommitdiff
path: root/content/posts
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts')
-rw-r--r--content/posts/2024-03-14-configuration-and-plugin-hell-and-why-i-dont-use-vim-and-tmux-anymore.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/content/posts/2024-03-14-configuration-and-plugin-hell-and-why-i-dont-use-vim-and-tmux-anymore.md b/content/posts/2024-03-14-configuration-and-plugin-hell-and-why-i-dont-use-vim-and-tmux-anymore.md
index c34cad9..7ec03ae 100644
--- a/content/posts/2024-03-14-configuration-and-plugin-hell-and-why-i-dont-use-vim-and-tmux-anymore.md
+++ b/content/posts/2024-03-14-configuration-and-plugin-hell-and-why-i-dont-use-vim-and-tmux-anymore.md
@@ -126,12 +126,12 @@ doesn't mean shit. It's the quality of the work that matters.
126The reason why I switched to 126The reason why I switched to
127[Helix](https://helix-editor.com/) is simple. It has 127[Helix](https://helix-editor.com/) is simple. It has
128[LSP](https://en.wikipedia.org/wiki/Language_Server_Protocol) and fuzzy 128[LSP](https://en.wikipedia.org/wiki/Language_Server_Protocol) and fuzzy
129finding built-in. There is no plugin system in place, so they needed 129finding built-in. There is no plugin system in place, so they needed to
130to include common things programmers need these days. For commenting 130include common things programmers need these days. For commenting a line,
131a line, you don't need a plugin. Just press `ctrl+c` over the line and 131you don't need a plugin. Just press `ctrl+c` over the line and that's
132that's it. I don't remap anything. I use the defaults. The only thing 132it. I don't remap anything. I use the defaults. The only thing I did
133I did was change a default theme. And I choose one who is bundled with 133was change a default theme. And I choose one that is bundled with the
134the editor. That was it! 134editor. That was it!
135 135
136The same goes for [Tmux](https://github.com/tmux/tmux). I don't use it 136The same goes for [Tmux](https://github.com/tmux/tmux). I don't use it
137anymore, but I need a multiplexer. I am used to it. Old dog, new tricks 137anymore, but I need a multiplexer. I am used to it. Old dog, new tricks