Re: Command history scrolling after less

2019-02-15 Thread Gary Johnson
On 2019-02-15, James McCoy wrote: > On Fri, Feb 15, 2019, 11:13 Gary Johnson wrote: > > On 2019-02-15, Bram Moolenaar wrote: > > Gary Johnson wrote: > > > My guess is that Vim is swallowing the Normal Cursor Keys command. > > > > > > I'm cc'ing the vim_dev list because I

Re: Command history scrolling after less

2019-02-15 Thread Gary Johnson
On 2019-02-15, Bram Moolenaar wrote: > Gary Johnson wrote: > > > On 2019-02-14, Gary Johnson wrote: > > > On 2019-02-14, Paul wrote: > > > > ":" normally scrolls through command history. However, after > > > > I pipe the buffer to less, that no longer happens. With or without > > > > any LESS*

Re: Command history scrolling after less

2019-02-15 Thread Bram Moolenaar
Gary Johnson wrote: > On 2019-02-14, Gary Johnson wrote: > > On 2019-02-14, Paul wrote: > > > ":" normally scrolls through command history. However, after > > > I pipe the buffer to less, that no longer happens. With or without > > > any LESS* environment variables set: > > > > > > 1. vim -Nu

Re: Command history scrolling after less

2019-02-15 Thread Paul
On Thu, Feb 14, 2019 at 05:04:17PM -0800, Gary Johnson wrote: I found that the problem can be avoided by using the --no-keypad option to less, like this: :w !less --no-keypad Nice one :) -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below

Re: Command history scrolling after less

2019-02-14 Thread Gary Johnson
On 2019-02-14, Gary Johnson wrote: > On 2019-02-14, Paul wrote: > > ":" normally scrolls through command history. However, after > > I pipe the buffer to less, that no longer happens. With or without > > any LESS* environment variables set: > > > > 1. vim -Nu NONE > > 2. : " Fine > > 3. " To

Re: Command history scrolling after less

2019-02-14 Thread Gary Johnson
On 2019-02-14, Paul wrote: > ":" normally scrolls through command history. However, after > I pipe the buffer to less, that no longer happens. With or without > any LESS* environment variables set: > > 1. vim -Nu NONE > 2. : " Fine > 3. " To cancel the scrolling from step 2 > 4. :w !less > 5.

Command history scrolling after less

2019-02-14 Thread Paul
":" normally scrolls through command history. However, after I pipe the buffer to less, that no longer happens. With or without any LESS* environment variables set: 1. vim -Nu NONE 2. : " Fine 3. " To cancel the scrolling from step 2 4. :w !less 5. Press "q", "enter", or whatever to get back