fix(bash): shell integration

This commit is contained in:
Barrett Ruth 2026-02-18 12:39:49 -05:00
parent c3e5986aeb
commit 9c1fc433e4
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
4 changed files with 24 additions and 33 deletions

View file

@ -9,6 +9,7 @@ set show-all-if-ambiguous on
$if mode=vi
set keymap vi-command
"\C-l": clear-screen
"\C-p": previous-history
"\C-n": next-history
"\C-j": backward-char
@ -16,6 +17,7 @@ $if mode=vi
"\e[3~": delete-char
set keymap vi-insert
"\C-l": clear-screen
"\C-p": previous-history
"\C-n": next-history
"\C-j": backward-char