aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2024-03-14-configuration-and-plugin-hell-and-why-i-dont-use-vim-and-tmux-anymore.md
diff options
context:
space:
mode:
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.md10
1 files changed, 7 insertions, 3 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 3651e2e..70c24f9 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
@@ -8,9 +8,13 @@ draft: false
8 8
9There are three tiers of CLI software as far as I am concerned: 9There are three tiers of CLI software as far as I am concerned:
10 10
11- tools like `ls`, `cat`, `ps` (you use flags to customize, and you pipe results through them), 11- tools like `ls`, `cat`, `ps` (you use flags to customize, and you pipe
12- tools like `htop`, `nvtop`, `midnight commander` (you can change the theme and maybe small things), 12results through them),
13- editors like `vim`, `helix`, `emacs` and multiplexers like `tmux`, `zellij`, `screen` (usually very customizable). 13- tools like `htop`, `nvtop`, `midnight commander`
14(you can change the theme and maybe small things),
15- editors like `vim`,
16`helix`, `emacs` and multiplexers like `tmux`, `zellij`, `screen`
17(usually very customizable).
14 18
15I understand that something like [GNU 19I understand that something like [GNU
16utils](https://www.gnu.org/software/coreutils/) need to be small and 20utils](https://www.gnu.org/software/coreutils/) need to be small and