This is what my ~/.inputrc looks like
$include /etc/inputrc
$if mode=emacs
"\C-xc": copy-region-as-kill
"\C-xx": kill-region
"\C-ii": kill-whole-line
and there's the Tab.
Thank you very much, commenting that line out fixed the problem!
And thank
On Sun, Nov 27, 2022 at 09:33:26AM -0600, David Wright wrote:
[...]
> > $include /etc/inputrc
> >
> > $if mode=emacs
> > "\C-xc": copy-region-as-kill
> > "\C-xx": kill-region
> > "\C-ii": kill-whole-line
>
> and there's the Tab.
>
> > "\M-f": vi
On Sun, Nov 27, 2022 at 08:57:23AM -0500, Greg Wooledge wrote:
> On Sun, Nov 27, 2022 at 08:16:23AM +0100, to...@tuxteam.de wrote:
> > On Sat, Nov 26, 2022 at 11:00:07PM +0100, email.list...@gmail.com wrote:
> >
> > [...]
> >
> > > select(1, [0], NULL, [0], {tv_sec=0, tv_usec=50}) = 0
> >
On Sun 27 Nov 2022 at 16:14:34 (+0100), email.list...@gmail.com wrote:
> On 2022-11-27 14:57, Greg Wooledge wrote:
> > On Sun, Nov 27, 2022 at 08:16:23AM +0100, to...@tuxteam.de wrote:
> > > On Sat, Nov 26, 2022 at 11:00:07PM +0100, email.list...@gmail.com wrote:
> > >
> > > [...]
> > >
> > > > s
On 2022-11-27 14:57, Greg Wooledge wrote:
On Sun, Nov 27, 2022 at 08:16:23AM +0100, to...@tuxteam.de wrote:
On Sat, Nov 26, 2022 at 11:00:07PM +0100, email.list...@gmail.com wrote:
[...]
select(1, [0], NULL, [0], {tv_sec=0, tv_usec=50}) = 0
^
This (nearly ;-) answers my qu
On Sun, Nov 27, 2022 at 08:16:23AM +0100, to...@tuxteam.de wrote:
> On Sat, Nov 26, 2022 at 11:00:07PM +0100, email.list...@gmail.com wrote:
>
> [...]
>
> > select(1, [0], NULL, [0], {tv_sec=0, tv_usec=50}) = 0
> ^
>
> This (nearly ;-) answers my question: it is waiting for half
On Sat, Nov 26, 2022 at 11:00:07PM +0100, email.list...@gmail.com wrote:
[...]
> select(1, [0], NULL, [0], {tv_sec=0, tv_usec=50}) = 0
^
This (nearly ;-) answers my question: it is waiting for half-a-second
on stdin, i.e. on you.
You can probably speed things up by quickly hitt
On 2022-11-27 00:07, David Wright wrote:
On Sat 26 Nov 2022 at 23:00:07 (+0100), email.list...@gmail.com wrote:
On 2022-11-26 19:58, to...@tuxteam.de wrote:
On Sat, Nov 26, 2022 at 09:55:49AM -0600, David Wright wrote:
On Sat 26 Nov 2022 at 14:00:39 (+0100), email.list...@gmail.com wrote:
Do
On 2022-11-27 00:07, David Wright wrote:
On Sat 26 Nov 2022 at 23:00:07 (+0100), email.list...@gmail.com wrote:
On 2022-11-26 19:58, to...@tuxteam.de wrote:
On Sat, Nov 26, 2022 at 09:55:49AM -0600, David Wright wrote:
On Sat 26 Nov 2022 at 14:00:39 (+0100), email.list...@gmail.com wrote:
Do
On 2022-11-27 00:14, davidson wrote:
On Sat, 26 Nov 2022 email.list...@gmail.com wrote:
On 2022-11-26 16:55, David Wright wrote:
On Sat 26 Nov 2022 at 14:00:39 (+0100), email.list...@gmail.com wrote:
Doing tab completion in my user account is quite sluggish, it takes
about half a second befor
On Sat, 26 Nov 2022 email.list...@gmail.com wrote:
On 2022-11-26 16:55, David Wright wrote:
On Sat 26 Nov 2022 at 14:00:39 (+0100), email.list...@gmail.com wrote:
Doing tab completion in my user account is quite sluggish, it takes
about half a second before anything happens after pressing tab.
On Sat 26 Nov 2022 at 23:00:07 (+0100), email.list...@gmail.com wrote:
> On 2022-11-26 19:58, to...@tuxteam.de wrote:
> > On Sat, Nov 26, 2022 at 09:55:49AM -0600, David Wright wrote:
> > > On Sat 26 Nov 2022 at 14:00:39 (+0100), email.list...@gmail.com wrote:
> > > >
> > > > Doing tab completion
On 2022-11-26 19:58, to...@tuxteam.de wrote:
On Sat, Nov 26, 2022 at 09:55:49AM -0600, David Wright wrote:
On Sat 26 Nov 2022 at 14:00:39 (+0100), email.list...@gmail.com wrote:
Doing tab completion in my user account is quite sluggish, it takes
about half a second before anything happens afte
On Sat, Nov 26, 2022 at 09:55:49AM -0600, David Wright wrote:
> On Sat 26 Nov 2022 at 14:00:39 (+0100), email.list...@gmail.com wrote:
> >
> > Doing tab completion in my user account is quite sluggish, it takes
> > about half a second before anything happens after pressing tab.
> >
> > I've done
On 2022-11-26 16:55, David Wright wrote:
On Sat 26 Nov 2022 at 14:00:39 (+0100), email.list...@gmail.com wrote:
Doing tab completion in my user account is quite sluggish, it takes
about half a second before anything happens after pressing tab.
I've done an strace on the shell and it turns out
On Sat 26 Nov 2022 at 14:00:39 (+0100), email.list...@gmail.com wrote:
>
> Doing tab completion in my user account is quite sluggish, it takes
> about half a second before anything happens after pressing tab.
>
> I've done an strace on the shell and it turns out that when I press
> tab bash does
Hi!
Doing tab completion in my user account is quite sluggish, it takes
about half a second before anything happens after pressing tab.
I've done an strace on the shell and it turns out that when I press tab
bash does a select() on stdout that times out after half a second. When
I'm logged i
17 matches
Mail list logo