From 57b6c6f51ba4e60274e1b72f07c4bbe083e7a717 Mon Sep 17 00:00:00 2001 From: sloum Date: Thu, 6 Feb 2020 20:35:28 -0800 Subject: [PATCH] Aliases V to v --- hermes.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hermes.c b/hermes.c index d2ba42f..1d527a6 100644 --- a/hermes.c +++ b/hermes.c @@ -1427,6 +1427,7 @@ void editorCommandKp(int c) { } break; case 'v': + case 'V': if (E.mode == CommandMode) { E.vx = E.cx; E.vy = E.cy;