Re: TIP: wildcard in opening files

2024-02-10 Thread Jeremy Baxter
On Sun Feb 11, 2024 at 4:43 PM NZDT, Nowarez Market wrote: > For anyone late like me, I now found really liberatory (saving me from > typos and missing brackets mistakes) the possibility to use the wildcard > opening files by nano and vi as well, eg: > > having date-uuid-blog101.txt > > "nano *blog

Re: ksh horizontal line scrolling

2024-02-10 Thread Jeremy Baxter
On Sun Feb 11, 2024 at 12:34 AM NZDT, Alexander Arkhipov wrote: > I assume, the logic is similar for the emacs mode. So, unless I missed > something, disabling both the vi and emacs modes is the only way to get > rid of the behaviour. Makes sense, I might try to fiddle around with the code to see

ksh horizontal line scrolling

2024-02-08 Thread Jeremy Baxter
Hi all, I'm trying to disable the horizontal line scrolling feature in ksh, enabled through `set -o vi' or `set -o emacs'. ksh(1) says this about it: In these editing modes, if a line is longer than the screen width (see the COLUMNS parameter), a `>', `+', or `<' character is displayed in