Created
February 28, 2014 00:57
-
-
Save hyuki0000/9263036 to your computer and use it in GitHub Desktop.
Tiny Vim helpfile.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*hyuki-help.txt* | |
ジャンプ <CTRL-]> | |
戻ってくる <CTRL-O> | |
|help-writing| ヘルプファイルの書き方 | |
|hyuki-latex| LaTeX用メモ | |
vim:tw=78:fo=tcq2:isk=!-~,^*,^\|,^\":ts=8:ft=help:norl: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*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: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment