diff options
Diffstat (limited to '')
| -rwxr-xr-x | .w3m/cgi-bin/goto_tmux_clipboard.cgi | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.w3m/cgi-bin/goto_tmux_clipboard.cgi b/.w3m/cgi-bin/goto_tmux_clipboard.cgi index fe91b57..591c21a 100755 --- a/.w3m/cgi-bin/goto_tmux_clipboard.cgi +++ b/.w3m/cgi-bin/goto_tmux_clipboard.cgi @@ -22,7 +22,7 @@  #GOTO url in clipboard in current page. If the clipboard has a   #"non url string/nothing" an blank page is shown. -printf "%s\r\n" "W3m-control: GOTO $(tmux paste-buffer)"; +echo "W3m-control: GOTO $(tmux show-buffer)";  #delete the buffer (element in history) created between the current page and   #the searched page by calling this script.  printf "W3m-control: DELETE_PREVBUF\r\n" | 
