├── .hgignore ├── Makefile ├── tmux-ja.rst └── tmux-raw.txt /.hgignore: -------------------------------------------------------------------------------- 1 | syntax: glob 2 | tmux-ja.html 3 | 4 | -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zchee/tmux-ja/HEAD/Makefile -------------------------------------------------------------------------------- /tmux-ja.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zchee/tmux-ja/HEAD/tmux-ja.rst -------------------------------------------------------------------------------- /tmux-raw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zchee/tmux-ja/HEAD/tmux-raw.txt --------------------------------------------------------------------------------