diff options
| author | Alex Griffin <a@ajgrf.com> | 2023-04-11 19:44:29 -0500 |
|---|---|---|
| committer | James <1227856+jojojames@users.noreply.github.com> | 2023-05-01 21:08:25 -0700 |
| commit | 26c47b1cb71af64349aefb360ca98a67e301dea4 (patch) | |
| tree | 8de7240315d624e26f70f15997f5b35b4dada55b /modes/vc-git | |
| parent | d3b497db3172a34cbe9e51269fb6af57925303b3 (diff) | |
Use evil-lookup-key when translating keys
Makes it possible to indiscriminately translate multi-key sequences
like "gj" without errors. Using plain `lookup-key` will end up binding
a bunch of keys to a number like 1 instead of a command, because it
returns a number when it's passed an invalid sequence of prefix
characters. `evil-lookup-key` discards those numbers and returns nil
instead.
Diffstat (limited to 'modes/vc-git')
0 files changed, 0 insertions, 0 deletions
