Fixed bug where on terminal windows content of tmpfile was not pasted.
This commit is contained in:
parent
e96740b277
commit
b15d8b2493
2
snippy
2
snippy
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user