4,794 reputation
827
bio website toggle.be/~ta
location Denmark
age 36
visits member for 1 year, 2 months
seen 11 hours ago
stats profile views 99

I'm trained in computer science engineering, but have a wide range of other interests as well.


Aug
18
comment Trying to “locate” and then open a file
PeterO: You're right, I only tested with multiple hits. I've added your comments to the answer.
Aug
18
revised Trying to “locate” and then open a file
Added quotes and `head` as suggested by PeterO in the comments.
Aug
18
comment How to send-key to break out of scroll mode in tmux?
It seems it is not enough with the scrollTtyOutput option for the terminal. If the command runs in tmux, it doesn't get registered as terminal output. I have a really ugly work around for that, I'll post it if nothing else is suggested.
Aug
18
comment How to send-key to break out of scroll mode in tmux?
I thought you meant break out of tmux scroll, just re-read your question and see that I was wrong. Will delete this answer shortly.
Aug
18
comment How to send-key to break out of scroll mode in tmux?
Strike that, what you need is to enable scrollTtyOutput for your terminal, which is terminal dependent.
Aug
18
comment How to send-key to break out of scroll mode in tmux?
You can check if the ESC is actually reaching tmux. Run: cat | od -t x2 inside tmux and execute: tmux send-keys $'\e\n\004' from somewhere else (that is ESC, NL, C-d). You should see 0a1b or 1b0a depending on your architecture endianess.
Aug
18
comment command line friendly search engine, for use with Links
Using numbered links ameliorates the pain a lot, run links with these arguments -html-numbered-links 1.
Aug
18
comment Trying to “locate” and then open a file
Answer updated.
Aug
18
revised Trying to “locate” and then open a file
Added better vim gf example
Aug
18
answered Trying to “locate” and then open a file
Aug
18
answered How to send-key to break out of scroll mode in tmux?
Aug
17
answered Executing zsh rehash after build
Aug
17
answered Is it possible to get a hardcopy in Tmux?
Aug
16
comment Launching app over SSH with DISPLAY when user not logged in
You should be able to do this with a vncserver, it packaged for most GNU/Linux flavors.
Aug
16
answered gvim pipes not reading zshrc when started from desktop
Aug
16
revised How to copy between two remote hosts using tar piped into scp from remote server when behind a firewall?
Added checksum verification example
Aug
16
revised How to copy between two remote hosts using tar piped into scp from remote server when behind a firewall?
added 49 characters in body
Aug
16
answered How to copy between two remote hosts using tar piped into scp from remote server when behind a firewall?
Aug
16
awarded  Civic Duty
Aug
16
comment Launching app over SSH with DISPLAY when user not logged in
Do you want the app UI to appear on the phone or on the desktop?