emacs #
tramp sudo syntax #
The syntax is:
C-x C-f /ssh:you@remotehost|sudo:remotehost:/path/to/file RET
remove newlines from a region #
Select region
shift-option-%
C-q C-j
return
return
Or to put it another way, query replace region, ctrl-q to get extended characters, ctrl-j to put in a newline, replace with nothing, all of them.
named frames #
First name the frame:
set-name-frame notes
Then select it:
(select-frame-by-name "notes")