mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-19 15:50:44 +02:00
docs: Minor fixes
This commit is contained in:
parent
23f6525aff
commit
40d29b201e
@ -6,14 +6,14 @@
|
||||
|
||||
alacritty can be used to:
|
||||
|
||||
- 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.
|
||||
- Master [tmux](/tmux) since you won't be relying on window management of your terminal emulator.
|
||||
- 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
|
||||
- Master [tmux](/tmux) since you won't be relying on window management of your terminal emulator
|
||||
|
||||
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 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 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)
|
||||
|
||||
[alacritty]: https://github.com/alacritty/alacritty
|
||||
[libsixel]: https://github.com/alacritty/alacritty/issues/910
|
||||
|
@ -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 [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/
|
||||
[vscode]: https://github.com/Microsoft/vscode
|
||||
[vscode-neovim]: https://github.com/asvetliakov/vscode-neovim
|
||||
|
Loading…
Reference in New Issue
Block a user