mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-12-19 10:51:57 +00:00
fix(vi-mode): use system clipboard also for vi-delete-char
(#10820)
This commit is contained in:
parent
4d9e5ce9a7
commit
b3999a4b15
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ function wrap_clipboard_widgets() {
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
wrap_clipboard_widgets copy vi-yank vi-yank-eol vi-backward-kill-word vi-change-whole-line vi-delete
|
wrap_clipboard_widgets copy vi-yank vi-yank-eol vi-backward-kill-word vi-change-whole-line vi-delete vi-delete-char
|
||||||
wrap_clipboard_widgets paste vi-put-{before,after}
|
wrap_clipboard_widgets paste vi-put-{before,after}
|
||||||
unfunction wrap_clipboard_widgets
|
unfunction wrap_clipboard_widgets
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue