docs: Minor fixes

This commit is contained in:
Donovan Glover 2021-05-14 17:26:33 -04:00
parent 23f6525aff
commit 40d29b201e
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 5 additions and 9 deletions

View File

@ -6,14 +6,14 @@
alacritty can be used to: alacritty can be used to:
- Have a terminal emulator that just works. - Have a terminal emulator that just works
- Have a terminal emulator with modern features like live reload, and without all the extras like window management. - Have a terminal emulator with modern features like live reload, and without all the extras like window management
- Master [tmux](/tmux) since you won't be relying on window management of your terminal emulator. - Master [tmux](/tmux) since you won't be relying on window management of your terminal emulator
You should not use alacritty if: You should not use alacritty if:
- You have a desire to output images in your terminal (use [kitty](/kitty) instead, since [libsixel][lixsixel] support is WIP) - You have a desire to output images in your terminal (use [kitty](/kitty) instead since [libsixel][libsixel] support is WIP)
- You have a need to use Japanese input in your terminal ([an issue][ime-support] for over 3 years in alacritty). [kitty](/kitty) supports this, however. - You have a need to use Japanese input in your terminal ([an issue][ime-support] for over 3 years in alacritty, [kitty](/kitty) supports this)
[alacritty]: https://github.com/alacritty/alacritty [alacritty]: https://github.com/alacritty/alacritty
[libsixel]: https://github.com/alacritty/alacritty/issues/910 [libsixel]: https://github.com/alacritty/alacritty/issues/910

View File

@ -21,10 +21,6 @@ You should not use Code if:
- You want to learn how compilers, git, find, grep, and other software work - You want to learn how compilers, git, find, grep, and other software work
- You want to learn [vim](/vim), the standard text editor - You want to learn [vim](/vim), the standard text editor
## Usage
Once Code is installed, run `make code-extensions` to install the extensions I use.
[code]: https://www.archlinux.org/packages/community/x86_64/code/ [code]: https://www.archlinux.org/packages/community/x86_64/code/
[vscode]: https://github.com/Microsoft/vscode [vscode]: https://github.com/Microsoft/vscode
[vscode-neovim]: https://github.com/asvetliakov/vscode-neovim [vscode-neovim]: https://github.com/asvetliakov/vscode-neovim