Skip to content

Commit

Permalink
update md docs
Browse files Browse the repository at this point in the history
  • Loading branch information
almindor committed Dec 16, 2019
1 parent e5cabc8 commit 2975a96
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
10 changes: 10 additions & 0 deletions docs/commands.md
Original file line number Diff line number Diff line change
@@ -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 <filename>` - export selected object/sprite to text file
* `delete` - delete selected
* `deselect` - deselect all
* `help [topic]` - help overview or given topic
* `tutorial` - start the tutorial
10 changes: 0 additions & 10 deletions docs/modes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <filename>` - import object/sprite from text file
* `export <filename>` - export selected object/sprite to text file
* `delete` - delete selected
* `deselect` - deselect all
2 changes: 2 additions & 0 deletions docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 2975a96

Please sign in to comment.