Skip to content

Remove bad vi-like bindings

Howard Abrams requested to merge issue-2 into main

Instead of calling Emacs commands with vi-like keys, this PR removes those, and instead, passes non-matching keys on a foregin keys.

For example, this allows a user to type C-n and C-p (or j and k while in Evil mode) to move the point up/down.

Perhaps creating a minor mode or an evil state would be better, but I think this should work for most use-cases.

This should address issue #2 (closed)

Edited by Howard Abrams

Merge request reports