summaryrefslogtreecommitdiff
path: root/test/normal/trim-lines/cmd
AgeCommit message (Collapse)Author
2022-07-05Make `x` just select the full linesMaxime Coste
`x` is often criticized as hard to predict due to its slightly complex behaviour of selecting next line if the current one is fully selected. Change `x` to use the previous `<a-x>` behaviour, and change `<a-x>` to trim to fully selected lines as `<a-X>` did. Adapt existing indentation script to the new behaviour
2017-06-09Rename 'unit' test directory to 'normal' as they are the normal mode testsMaxime Coste