You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WIP COSMIC terminal emulator, built using [alacritty\_terminal](https://docs.rs/alacritty_terminal) that is provided by the [alacritty](https://github.com/alacritty/alacritty) project. `cosmic-term` provides bidirectional rendering and ligatures with a custom renderer based on [cosmic-text](https://github.com/pop-os/cosmic-text).
This is a duplicate of #197. Alacritty is just a part of the backend, but the keybindings are handled in Cosmic Terminal. I guess a KEYBINDS.md would be useful.
I was looking into
cosmic-term/src/key_bind.rs
Line 7 in a809a84
I tried to look for a doc or a url where the roadmap is but couldn't find anything (there is a closed issue, kind of related to that #101)
basically since I read this
I was trying to find something similar to -> alacritty.org/config-alacritty.html:
$XDG_CONFIG_HOME/alacritty/alacritty.toml
$XDG_CONFIG_HOME/alacritty.toml
$HOME/.config/alacritty/alacritty.toml
$HOME/.alacritty.toml
%APPDATA%\\alacritty\\alacritty.toml
with keyboard section as described here, but couldn't find it
nevertheless, it was useful to find the actual keybindings in cosmic terminal (
cosmic-term
)cosmic-term/src/key_bind.rs
Lines 23 to 79 in a809a84
p.s.: maybe this could be linked in the root readme (as a suggestion)
The text was updated successfully, but these errors were encountered: