remap: e is down, i is up

This commit is contained in:
2025-05-19 21:51:24 +00:00
parent a49452d717
commit 96e9b974fe
5 changed files with 30 additions and 30 deletions

View File

@@ -21,8 +21,8 @@ for mode in ['normal','insert','hint','passthrough','command','prompt','yesno','
noremap=[
'n','h', 'N','H', '<Ctrl-N>','<Ctrl-H>',
'e','k', 'E','K', '<Ctrl-E>','<Ctrl-K>',
'i','j', 'I','J', '<Ctrl-I>','<Ctrl-J>',
'e','j', 'E','J', '<Ctrl-E>','<Ctrl-J>',
'i','k', 'I','K', '<Ctrl-I>','<Ctrl-K>',
'o','l', 'O','L', '<Ctrl-O>','<Ctrl-L>',
'k','n', 'K','N', '<Ctrl-K>','<Ctrl-N>',