comparison mercurial/configitems.py @ 40253:682f73fa924a

crecord: make enter move cursor down to the next item of the same type Let's replace experimental.spacemovesdown with a separate key: Enter, since it wasn't used for anything in crecord. Not sure if '\n' works on Windows though. nextsametype() strictly only moves to items of the same type as the current item. This, for example, allows to go over individual lines in a diff and skip hunk and file headers (which would toggle multiple lines).
author Anton Shestakov <av6@dwimlabs.net>
date Sat, 13 Oct 2018 11:52:30 +0200
parents 46a40bce3ae0
children af62936c2508
comparison
equal deleted inserted replaced
40252:090e5f3900b7 40253:682f73fa924a
614 default=False, 614 default=False,
615 ) 615 )
616 coreconfigitem('experimental', 'sshserver.support-v2', 616 coreconfigitem('experimental', 'sshserver.support-v2',
617 default=False, 617 default=False,
618 ) 618 )
619 coreconfigitem('experimental', 'spacemovesdown',
620 default=False,
621 )
622 coreconfigitem('experimental', 'sparse-read', 619 coreconfigitem('experimental', 'sparse-read',
623 default=False, 620 default=False,
624 ) 621 )
625 coreconfigitem('experimental', 'sparse-read.density-threshold', 622 coreconfigitem('experimental', 'sparse-read.density-threshold',
626 default=0.50, 623 default=0.50,