Re: [Fish-users] Disable beep on failed tab completion

2017-01-09 Thread Thomas De Schampheleire
On Mon, Jan 9, 2017 at 2:27 PM, Greg Reagle wrote: > On Mon, Jan 09, 2017 at 01:59:06PM +0100, Thomas De Schampheleire wrote: >> When a tab completion cannot be performed because no match is found, >> currently I hear a beep. >> How can I disable this beep? > > I don't know

Re: [Fish-users] Disable beep on failed tab completion

2017-01-09 Thread Greg Reagle
On Mon, Jan 09, 2017 at 01:59:06PM +0100, Thomas De Schampheleire wrote: > When a tab completion cannot be performed because no match is found, > currently I hear a beep. > How can I disable this beep? I don't know about fish, and I hope someone can answer you about fish. You might be able to

Re: [Fish-users] Disable beep on failed tab completion

2017-01-09 Thread SanskritFritz
On Mon, Jan 9, 2017 at 1:59 PM, Thomas De Schampheleire wrote: > When a tab completion cannot be performed because no match is found, > currently I hear a beep. > How can I disable this beep? Well, my solution is global, because I freak out at that beep at any

[Fish-users] Disable beep on failed tab completion

2017-01-09 Thread Thomas De Schampheleire
Hi, When a tab completion cannot be performed because no match is found, currently I hear a beep. How can I disable this beep? In other shells, ~/.inputrc can be changed to contain 'set bell-style none'. This does not work on fish. Is there another way? Thanks, Thomas