Skip to content

Commit

Permalink
decode (rlfunc): update mapping "vi-replace" in "imap" and "vi-editin…
Browse files Browse the repository at this point in the history
…g-mode" in "nmap"
  • Loading branch information
akinomyoga committed May 19, 2021
1 parent 948a38d commit 3a2d0fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions keymap/vi.sh
Expand Up @@ -7350,6 +7350,7 @@ function ble/widget/vi_imap/delete-region-or {
fi
}
function ble/widget/vi_imap/overwrite-mode {
ble-edit/content/clear-arg
if [[ $_ble_edit_overwrite_mode ]]; then
_ble_edit_overwrite_mode=
else
Expand Down
2 changes: 1 addition & 1 deletion keymap/vi_imap.rlfunc.txt
Expand Up @@ -150,7 +150,7 @@ vi-overstrike-delete -
vi-prev-word -
vi-put -
vi-redo -
vi-replace -
vi-replace vi_imap/overwrite-mode
vi-rubout -
vi-search -
vi-search-again -
Expand Down
2 changes: 1 addition & 1 deletion keymap/vi_nmap.rlfunc.txt
Expand Up @@ -137,7 +137,7 @@ vi-column vi-command/nth-column
vi-complete -
vi-delete vi_nmap/kill-forward-char
vi-delete-to vi-rlfunc/delete-to
vi-editing-mode -
vi-editing-mode vi_nmap/insert-mode
vi-eof-maybe -
vi-fetch-history vi-command/history-end
vi-first-print vi-command/first-non-space
Expand Down

0 comments on commit 3a2d0fe

Please sign in to comment.