From a4f9ccce948c982480ce8d4677f614eddcded42e Mon Sep 17 00:00:00 2001 From: Tran Hau Date: Tue, 5 May 2020 10:36:34 +0700 Subject: [PATCH] neovim --- Applications/cli.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Applications/cli.md b/Applications/cli.md index cca292e..ef8ac31 100644 --- a/Applications/cli.md +++ b/Applications/cli.md @@ -1,12 +1,18 @@ # CLI +[Neovim](https://github.com/neovim/neovim): like Vim. + +```sh +export EDITOR=nvim +``` + [bat](https://github.com/sharkdp/bat): `cat` with colors. [fd](https://github.com/sharkdp/fd): simple `find`. [fzf](https://github.com/junegunn/fzf): command-line finder. -Read [fzf](https://wiki.archlinux.org/index.php/Fzf) +Read [fzf](https://wiki.archlinux.org/index.php/Fzf). ```sh export FZF_DEFAULT_COMMAND='fd -H' @@ -19,6 +25,4 @@ export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND" [Rclone](https://rclone.org/): `rsync` for cloud storage. -[bucklespring](https://github.com/zevv/bucklespring): keyboard sound. - [Prettier](https://prettier.io/): format code.