From 2975a96e7c8eea6d4728d03d8b42706c46016f9a Mon Sep 17 00:00:00 2001 From: Ales Katona Date: Mon, 16 Dec 2019 15:08:10 -0700 Subject: [PATCH] update md docs --- docs/commands.md | 10 ++++++++++ docs/modes.md | 10 ---------- docs/overview.md | 2 ++ 3 files changed, 12 insertions(+), 10 deletions(-) create mode 100644 docs/commands.md diff --git a/docs/commands.md b/docs/commands.md new file mode 100644 index 0000000..b13672c --- /dev/null +++ b/docs/commands.md @@ -0,0 +1,10 @@ +### Commands in Command mode +* `q, quit` - quit +* `q!, quit!` - force quit (don't save) +* `r, read [filename]` - read a file +* `w, write [filename]` - save a file +* `export ` - export selected object/sprite to text file +* `delete` - delete selected +* `deselect` - deselect all +* `help [topic]` - help overview or given topic +* `tutorial` - start the tutorial diff --git a/docs/modes.md b/docs/modes.md index 27e1c35..c820733 100644 --- a/docs/modes.md +++ b/docs/modes.md @@ -11,13 +11,3 @@ Texel uses modes similar to `vim` but more complex. The default mode is `Object`. Each mode can be reversed to previous one via `ESC`. The `Command` mode can be entered from any mode except `Write` (so you can type `:` directly). - -### Commands in Command mode -* `q, quit` - quit -* `q!, quit!` - force quit (don't save) -* `r, read [filename]` - read a file -* `w, write [filename]` - save a file -* `import ` - import object/sprite from text file -* `export ` - export selected object/sprite to text file -* `delete` - delete selected -* `deselect` - deselect all \ No newline at end of file diff --git a/docs/overview.md b/docs/overview.md index 4743748..ec8b404 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -7,6 +7,8 @@ Texel also has a "commandline" accessed with the `:` key. Use `:help` to get started or `:tutorial` for a quick intro tutorial in texel itself. +## [Commands](commands.md) + ## [Modes](modes.md) ## [Keymap](keymap.md)