diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-03-14 11:34:05 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-03-14 11:34:05 +0100 |
| commit | e997f0fc248627299c6189c35dd254c0a71ce334 (patch) | |
| tree | 4d8d65d2a011aa5a20090e245f0ea26fac331bc1 /content/posts/2024-03-14-configuration-and-plugin-hell-and-why-i-dont-use-vim-and-tmux-anymore.md | |
| parent | 3509ed23f73f60ed55a946f4aa8f438ece7269f3 (diff) | |
| download | mitjafelicijan.com-e997f0fc248627299c6189c35dd254c0a71ce334.tar.gz | |
Typo fix
Diffstat (limited to 'content/posts/2024-03-14-configuration-and-plugin-hell-and-why-i-dont-use-vim-and-tmux-anymore.md')
| -rw-r--r-- | content/posts/2024-03-14-configuration-and-plugin-hell-and-why-i-dont-use-vim-and-tmux-anymore.md | 12 |
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. | |||
| 126 | The reason why I switched to | 126 | The 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 |
| 129 | finding built-in. There is no plugin system in place, so they needed | 129 | finding built-in. There is no plugin system in place, so they needed to |
| 130 | to include common things programmers need these days. For commenting | 130 | include common things programmers need these days. For commenting a line, |
| 131 | a line, you don't need a plugin. Just press `ctrl+c` over the line and | 131 | you don't need a plugin. Just press `ctrl+c` over the line and that's |
| 132 | that's it. I don't remap anything. I use the defaults. The only thing | 132 | it. I don't remap anything. I use the defaults. The only thing I did |
| 133 | I did was change a default theme. And I choose one who is bundled with | 133 | was change a default theme. And I choose one that is bundled with the |
| 134 | the editor. That was it! | 134 | editor. That was it! |
| 135 | 135 | ||
| 136 | The same goes for [Tmux](https://github.com/tmux/tmux). I don't use it | 136 | The same goes for [Tmux](https://github.com/tmux/tmux). I don't use it |
| 137 | anymore, but I need a multiplexer. I am used to it. Old dog, new tricks | 137 | anymore, but I need a multiplexer. I am used to it. Old dog, new tricks |
