On 2017-12-27 12:59, Kevin J. McCarthy wrote: > On Wed, Dec 27, 2017 at 01:06:25PM -0600, Tim Chase wrote: > > Is there a way to remap keys in the ":" command-line and in the > > help viewer? > > The command line uses the "editor" map, while the help uses the > "pager" map. > > To change the editor map, you could use > bind editor \Cp history-up > bind editor \Cn history-down > > For the help, you could put > bind pager k previous-line > bind pager j next-line
Perfect. Thanks! -tkc
