summaryrefslogtreecommitdiff
path: root/Test/X03zlebindkey.ztst
AgeCommit message (Collapse)AuthorFilesLines
2015-12-3037460: make sure the default keymap is emacs before using that keymap to ↵Barton E. Schaefer1-0/+1
test bindings
2015-12-1637411: more bindkey testsPeter Stephenson1-2/+77
2015-12-1537405: Fix self-insert binding for multibyte sequences.Peter Stephenson1-3/+10
This makes it work even if the self-insert applies to a sequence longer than an initial byte, including the case of a complete binding to a full character sequence.
2015-12-1037378: New bindkey tests.Peter Stephenson1-0/+45
Also fix Meta bug on pattern match in zpty -r.