xi-term icon indicating copy to clipboard operation
xi-term copied to clipboard

A terminal frontend for Xi

Results 16 xi-term issues
Sort by recently updated
recently updated
newest added

This isn't finished code, but I think I'll take the leap and learn emacs properly instead and thus this project is a bit dead for me. No matter that I...

I have this: ```bash $ cat ~/.config/xi/preferences.xiconfig theme = "InspiredGitHub" ``` Setting theme manualy works: `:t InspiredGitHub` [logfile.txt](https://github.com/xi-frontend/xi-term/files/3672480/logfile.txt) [logfile.rpc.txt](https://github.com/xi-frontend/xi-term/files/3672481/logfile.rpc.txt)

I have installed `xi-core` and `xi-term` in `/usr/bin`, and `syntect` in `/usr/share/xi/plugins/`. When I open file in xi-term I didn't get syntax highlight. [xi-term.log](https://github.com/xi-frontend/xi-term/files/3371275/xi-term.log) [xi-term.rpc.log](https://github.com/xi-frontend/xi-term/files/3371276/xi-term.rpc.log) [xi-core.log](https://github.com/xi-frontend/xi-term/files/3371278/xi-core.log)

I would love to have a more sublime-text like terminal editor. This project seems to drift more towards vim. It might be possible to get both, if keybindings where completely...

- Select all - Undo Redo

Currently, you can run `^c` and exit with unsaved work, and `xi-term` will exit without warning. Ideally, the "normal" exit should not work with unsaved text. I think vim handles...

It's entirely reasonable to want to open an empty view, e.g. to create a new document I guess this also needs a way to specify the filename during save though.

Hello, It is possible to have syntect-plugin as a feature in Cargo.toml like, e.g.: [features] default = ["dist-client", "s3"] all = ["dist-client", "redis", "s3", "memcached", "gcs", "azure"] azure = ["chrono",...

Afaik Xi has support of multicursors, does xi-term support it?