Fixed bug where on terminal windows content of tmpfile was not pasted.

This commit is contained in:
Richard Reijmers CMC 2023-02-09 16:55:16 +01:00
parent e96740b277
commit b15d8b2493

2
snippy
View File

@ -392,7 +392,7 @@ run() {
xdotool key ctrl+v sleep "$focus_wait" xdotool key ctrl+v sleep "$focus_wait"
move_cursor "Up" $cursor_line_position move_cursor "Up" $cursor_line_position
else else
xdotool key ctrl+shift+v xdotool key ctrl+shift+v sleep "$focus_wait"
if is_vim; then if is_vim; then
move_cursor "Up" $cursor_line_position move_cursor "Up" $cursor_line_position
fi fi