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

@@ -14,11 +14,11 @@ set keymap vi-insert
set keymap vi-command
"n":backward-char
"\C-n":backward-char
# e -> k
# e -> k (reverse swap)
set keymap vi-command
"e":previous-history
"\C-e":kill-line
# i -> j
# i -> j (reverse swap)
#set keymap vi-insert
# "\C-i":accept-line # ascii code conflicts with tab
set keymap vi-command