hyuki-help.txt
とhyuki-latex.txt
という二つのファイルを両方とも~/.vim/doc/private
というディレクトリに入れる。:helptags $HOME/.vim/doc
を実行する。:help hyuki-help
と入力するとヘルプとしてテキストが表示される。:help help-writing
で調べる。:helptags $HOME/.vim/doc/
を実行するのがいやなら、~/.vimrc
の最後に
helptags $HOME/.vim/doc/
と書いておけばいい。https://gist.github.com/hyuki0000/9263036#file-hyuki-help-txt
*hyuki-help.txt*
ジャンプ <CTRL-]>
戻ってくる <CTRL-O>
|help-writing| ヘルプファイルの書き方
|hyuki-latex| LaTeX用メモ
vim:tw=78:fo=tcq2:isk=!-~,^*,^\|,^\":ts=8:ft=help:norl:
https://gist.github.com/hyuki0000/9263036#file-hyuki-latex-txt
*hyuki-latex.txt*
ジャンプ <CTRL-]>
戻ってくる <CTRL-O>
|help-writing| ヘルプファイルの書き方
|hyuki-help| 個人用ヘルプトップ
*hyuki-colsep*
*hyuki-tabular*
>
\renewcommand{\tabcolsep}{2pt}
\begin{tabular}{ccc}
1 & 2 & 3 \\
\end{tabular}
<
vim:tw=78:fo=tcq2:isk=!-~,^*,^\|,^\":ts=8:ft=help:norl: