Re: [Fish-users] issues after upgrading from 2.2.0 to 2.3.1 - alias & key mappings

2016-09-20 Thread Kurtis Rader
I looked at your config and it looks fine. As @faho intimated this is almost certainly a locale related problem. You have 1. set -x LC_ALLen_US.UTF-8 at the bottom of your config.fish. What happens if you move that to the top of your config.fish? If you don't change anything but simply r

Re: [Fish-users] issues after upgrading from 2.2.0 to 2.3.1 - alias & key mappings

2016-09-20 Thread Fabian Homborg
Dave Cottlehuber writes: > hi all, > > after updating my FreeBSD boxes today, I get: Which FreeBSD version? We've had some issues with FreeBSD 11 and 12 - see https://github.com/fish-shell/fish-shell/issues/3302. Cheers, Fabian signature.asc Description: PGP signature ---

[Fish-users] issues after upgrading from 2.2.0 to 2.3.1 - alias & key mappings

2016-09-20 Thread Dave Cottlehuber
hi all, after updating my FreeBSD boxes today, I get: - arrow key mapping don't work, displaying instead [A for up arrow etc, [D instead of backspace etc. line completion is also broken. - errors from my previously-working aliases at ssh login time: alias: Name cannot be empty alias: Name cann

Re: [Fish-users] Behavior of history given start of command

2016-09-20 Thread Greg Reagle
On Tue, Sep 20, 2016, at 03:44 AM, Jonathan R. Williford wrote: > Typing "bar" and then up-arrow will scroll through the history of commands > that contain "bar", including "foobar". Is there a way to scroll through the > history of commands that start with "bar", excluding commands like "foobar"

[Fish-users] Behavior of history given start of command

2016-09-20 Thread Jonathan R. Williford
Typing "bar" and then up-arrow will scroll through the history of commands that contain "bar", including "foobar". Is there a way to scroll through the history of commands that start with "bar", excluding commands like "foobar" that does not start with "bar"? If there is not a built in key-combina