Johannes Altmanninger
Johannes Altmanninger
Some more details at https://github.com/kovidgoyal/kitty/issues/8393 First thing to try: does `fish_features=no-keyboard-protocols mc` work? FWIW there seem to be some other issues as well, see https://github.com/MidnightCommander/mc/issues/4597#issuecomment-2695219447
to @asl Since you're using iTerm, please test only with kitty-keyboard-protocol disabled - i.e. do `set -U fish_features no-keyboard-protocols` once (and also whenever you change `$HOME`). This will be the...
ah you have numlock turned on, and the mc hack doesn't detect that - my bad. I guess I'll try to come up with a more complete fix for `mc`...
> but can it be possible that WIFSTOPPED appears too early, before being expected, so it is just silenced and therefore never seen again? that's one of the hypostheses we...
here's a slightly different approach to the same end at https://github.com/mawww/kakoune/pull/5020 One thing I'm not sure about is whether the default `new` and `terminal` should create a new window everywhere,...
Not the same as `ctrl-p` but I'll make this change to allow undo (`ctrl-z`) to restore the cursor position after execute: ```diff diff --git a/src/reader.rs b/src/reader.rs index 934e88c32b..685f1ddede 100644 ---...
This is a nice feature. I'm trying this now. Maybe muscle memory will adapt smoothly. ```diff diff --git a/src/reader.rs b/src/reader.rs index 1a37420ce1..5c7eed3492 100644 --- a/src/reader.rs +++ b/src/reader.rs @@ -678,11 +678,11...
On Mon, Mar 03, 2025 at 10:48:06AM -0800, Serban Giuroiu wrote: > serban left a comment (fish-shell/fish-shell#10838) > > Although the [release notes](https://github.com/fish-shell/fish-shell/releases/tag/4.0.0) for fish 4.0.0 mention this feature, commit...
On Tue, Feb 25, 2025 at 05:59:56AM -0800, zx8 wrote: > zx8 created an issue (fish-shell/fish-shell#11169) > > Using https://github.com/fish-shell/fish-shell/commit/3688dd01ba0cb28063c03a1ff43054adfe321415 > > --- > > **Repro:** > > ``` >...
`abandon-commandline` sounds good, and I yeah forgot docs (not sure what else?)