diff options
| -rw-r--r-- | content/posts/2024-03-14-configuration-and-plugin-hell-and-why-i-dont-use-vim-and-tmux-anymore.md | 10 |
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 | ||
| 9 | There are three tiers of CLI software as far as I am concerned: | 9 | There 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), | 12 | results 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 | ||
| 15 | I understand that something like [GNU | 19 | I understand that something like [GNU |
| 16 | utils](https://www.gnu.org/software/coreutils/) need to be small and | 20 | utils](https://www.gnu.org/software/coreutils/) need to be small and |
