2-comment
# %title%%newline%# %url%%newline%
2-lines
%title%%newline%%url%%newline%
1-line
%title% %url%%newline%
pukiwiki
[[%title%>%url%]]%newline%
Title
%title%%newline%
2-semiColon
; %title%%newline%; %url%%newline%
2-apos
' %title%%newline%' %url%%newline%
参考:
Create Link - Chrome ウェブストア
custom key mapping
# Insert your preferred key mappings here.
# for Right-hand
map \ goBack
map _ restoreTab
unpam u
unmap j
unmap k
map j scrollPageDown
map k scrollPageUp
# for Left-hand
map e scrollPageUp
map a goBack
map s goForward
echo $USER ALL=NOPASSWD: ALL | sudo tee /etc/sudoers.d/$USER
conf=/etc/chrony/sources.d/japan.sources
sudo tee "$conf" <<'...'
server ntp.nict.jp iburst
server ntp.jst.mfeed.ad.jp iburst
server ntp.ring.gr.jp iburst
...