gen compat

This commit is contained in:
2025-05-25 11:41:06 +00:00
parent 96e9b974fe
commit 2b6d45f099
3 changed files with 25 additions and 25 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