From aac30d1313d0c5fe5195238a458cbb9210c1ab94 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Fri, 29 Dec 2023 17:50:20 +0800 Subject: [PATCH] fix: a typo of `yazi` to `Yazi` --- README.md | 4 ++-- home/base/server/helix/README.md | 17 ++++++++--------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 529d5cc9..d239f918 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ As for Flakes, refer to [Introduction to Flakes - NixOS & Nix Flakes Book](https | **network management tool** | [NetworkManager][NetworkManager] | [NetworkManager][NetworkManager] | | **Input method framework** | [Fcitx5][Fcitx5] | [Fcitx5][Fcitx5] | | **System resource monitor** | [Btop][Btop] | [Btop][Btop] | -| **File Manager** | [yazi][yazi] + [thunar][thunar] | [yazi][yazi] + [thunar][thunar] | +| **File Manager** | [Yazi][Yazi] + [thunar][thunar] | [Yazi][Yazi] + [thunar][thunar] | | **Shell** | [Nushell][Nushell] + [Starship][Starship] | [Nushell][Nushell] + [Starship][Starship] | | **Music Player** | [mpd][mpd], [ncmpcpp][ncmpcpp], [mpc][mpc], [Netease-cloud-music-gtk][netease-cloud-music-gtk] | [Netease-cloud-music-gtk][netease-cloud-music-gtk] | | **Media Player** | [mpv][mpv] | [mpv][mpv] | @@ -205,7 +205,7 @@ Other dotfiles that inspired me: [wl-clipboard]: https://github.com/bugaevc/wl-clipboard [GDM]: https://wiki.archlinux.org/title/GDM [thunar]: https://gitlab.xfce.org/xfce/thunar -[yazi]: https://github.com/sxyazi/yazi +[Yazi]: https://github.com/sxyazi/yazi [Catppuccin]: https://github.com/catppuccin/catppuccin [Btrfs]: https://btrfs.readthedocs.io [LUKS]: https://wiki.archlinux.org/title/Dm-crypt/Encrypting_an_entire_system diff --git a/home/base/server/helix/README.md b/home/base/server/helix/README.md index 3d2f64ae..64a73c77 100644 --- a/home/base/server/helix/README.md +++ b/home/base/server/helix/README.md @@ -12,19 +12,18 @@ Whether I'll switch my main editor to Helix or not, it gives me a lot of ideas o 1. Neovim have a very activate plugin ecosystem, and it's easy to find plugins for almost everything. 1. Helix is still new, and it even do have a stable plugin system yet. A PR to add a plugin system is still envolving: 2. Neovim has intergrated terminal, and it's very powerful. It's quite similar to VSCode's intergrated terminal. I use it a lot. - 1. Helix doesn't have a intergrated terminal yet, as it's complicated to implement. Users are recommended to use tmux/zellij or Wezterm/Kitty to implement this feature instead. + 1. Helix doesn't have a intergrated terminal yet, as it's complicated to implement. Users are recommended to use tmux/Zellij or Wezterm/Kitty to implement this feature instead. 1. 1. - 1. **My Neovim often gets stuck when I switch to [toggleterm.nvim](https://github.com/akinsho/toggleterm.nvim), this Helix issue made me consider to switch from this neovim plugin to zellij**. -1. Helix do not have a tree-view panel, it's recommended to use yazi/rangeer/broot instead, and open helix in them. + 1. **My Neovim often gets stuck when I switch to [toggleterm.nvim](https://github.com/akinsho/toggleterm.nvim), this Helix issue made me consider to switch from this Neovim plugin to Zellij**. +1. Helix do not have a tree-view panel, it's recommended to use Yazi/ranger/Broot instead, and open Helix in them. 1. a tree-view plugin may be added after the plugin system is stable, but no one knows when it will be. - 2. and some helix users stated that they don't need a tree-view plugin, helix's file picker is -1. It seems Helix lacks a substitution command, you should run it in another window(via wm or zellij). + 2. and some Helix users stated that they don't need a tree-view plugin, Helix's file picker is +1. It seems Helix lacks a substitution command, you should run it in another window(via wm or Zellij). 1. Neovim's substitution command allow you to preview the changes before you apply it, and it's very useful. if I switch to Helix, I'll need to find some other tools with similar feature(such as https://github.com/ms-jpq/sad). 2. The downside of Neovim's substitution command is that it's unable to save the command we just typed. If I made some things wrong, I have to type the whole substitution command again. -I think Use Helix/Neovim within a terminal file manager(zellij/ranger/broot) and zellij is a good idea. -It's quite different from the workflow I migrated from VSCode/Jetbrains before, I'm very interested in it. - -In Neovim I can make the workflow similar to VSCode/Jetbrains by using some plugins, but Helix forces me to get out of my comfort zone, and try something new. +I think Use Helix/Neovim within a terminal file manager(Yazi/ranger/Broot) and Zellij is a good idea. +It's quite different from the workflow I migrated from VSCode/JetBrains before, I'm very interested in it. +In Neovim I can make the workflow similar to VSCode/JetBrains by using some plugins, but Helix forces me to get out of my comfort zone, and try something new.