Fabian Boehm

Results 744 comments of Fabian Boehm

That's forward-char and backward-char plus forward-single-char. Plus if we get additional commands for vi-mode wrt cursor position that's another three. I would like us to be careful with adding these....

What about bind functions that change if the search bar is focused or not? Moving to insert mode in the pager would then focus it, and moving to normal/"default" mode...

You can build them yourself: ```fish RUSTFLAGS='-C target-feature=+crt-static' cargo install --git https://github.com/fish-shell/fish-shell --tag 4.0b1 ``` We can create them, I'll do it if I get the time - tho if...

Okay, you can try the zip from [this run here](https://github.com/fish-shell/fish-shell/actions/runs/12457821638). Note that I don't have a mac, so I haven't tested these. I've only downloaded them and seen that they...

Okay, I'm going to leave it to someone who has a mac then.

I mean I've already said I'm in favor of dropping at least one of the macOS installation methods. I don't know how well the app package works or if anyone...

Okay, try these: https://github.com/fish-shell/fish-shell/actions/runs/12710703374 That's probably the last thing I'll do here, I'll leave it to the mac users to improve it.

This is pretty dirty. It's a special `status` subcommand just for a specific OS. I'm also not a fan of executing `tmux` inside of __fish_config_interactive. I would much prefer a...

For 4.0, I wouldn't want to add this since it adds querying. So I'd probably either keep the bindings consistent (by reverting the token bindings or keeping them everywhere), or...

That is a general question. Personally, I think *if* bindings are going to be OS-dependent it's cool if they're dependent on what OS you're typing on. But it's also not...