-
If I do ^W more than once in a row, then a ^Y, I get all of the text the series of ^Ws deleted. If I do the same thing with ^U and a multiline expression, it will get rid of all of the lines, but only…
-
Increasing font size of the terminal, whatever keybinding I use, generate another prompt.
I have radian version 0.6.9 installed in a python 3.11 virtual environment, and kitty as terminal.
Here …
-
It would be great to have a command history and tab completion.
-
This is a clone of #4086 as it was closed "inactive" but the issue still exists. I think the API for the underlying plugin has changed to just one event "networkStatusChange". I was hoping this plugin…
-
```
Python 3.5.2+ (default, Sep 22 2016, 12:18:14)
Type 'copyright', 'credits' or 'license' for more information
IPython 6.0.0 -- An enhanced Interactive Python. Type '?' for help.
In [1]: …
-
Hello, really nice project with interesting capabilities.
In addition to OpenAI and Anthropic API keys, it would be nice to be able to use Amazon Bedrock capabilities.
-
## Description
With this SQL:
```sql
CREATE EXTENSION hstore;
CREATE OR REPLACE FUNCTION no_labels() RETURNS hstore AS $$
SELECT hstore(ARRAY[]::text[])
$$ language sql immutable;
CREATE …
-
## xonfig
```
+------------------+----------------------+
| xonsh | 0.9.24 |
| Git SHA | 74543ea9 |
| Commit Date | Oct 10 15:12:47 …
-
### Description
When configured to use vi mode, Ctrl+y doesn't yank the previous cut text.
### Steps to reproduce
1. Add `key_bindings = vi` to your config file
1. Open litecli and type `pra…
-
Hello,
Could you please add an example on how to use ConditionalAutoSuggest ?
Sanjay