|
|
|
|
|
by CBLT
168 days ago
|
|
If you're following a pipe (such as `kubectl logs | less +F`), <C-c> is sent to all processes in a pipeline, so it stops less from following and it stops the other process entirely. Then you can't start following again with F, or load more data in with G. Less provides an alternative of <C-x> to stop following, but that is intercepted by most shells. |
|
WoW, thanks a lot! That was my pain for many years. C-x works in Gnome Console just fine.