neovim: remove extra better-escape triggers in visual mode

This commit is contained in:
John Bowdre 2025-01-10 14:45:14 -06:00
parent 2f1ca5d17d
commit 1fea4a1ca7
Signed by: john
SSH key fingerprint: SHA256:cZYnOxaLdo+MhBNMX38ihO/p2Kek6fBykSFoJwHBhUo

View file

@ -28,12 +28,6 @@
k = "<Esc>"; k = "<Esc>";
}; };
}; };
v = {
k = {
j = "<Esc>";
k = "<Esc>";
};
};
}; };
}; };
}; };