micro/runtime/help
JT Olio ae9bb763fb a few miscellaneous fixes and improvements (#1105)
* add binding for more primitive backspace

* support selecting page up and page down

* fix matchbraceleft for braces that start on x=0

* fix multiline copy-paste indenting

let's say you have two lines like

  <space><space>line1
  <space><space>line2

so you start from cursor x=0 and select both lines, then paste.
we don't want any leading whitespace in this case, because the
cursor is already at x=0 and the selection already includes
whitespace.
2018-05-12 21:31:57 -04:00
..
colors.md Move setting instructions to top; add some minor organization 2018-02-20 12:11:31 -08:00
commands.md Add showkey command 2017-12-03 13:05:46 -05:00
defaultkeys.md Add docs for SpawnMultiCursorSelect 2018-03-30 16:42:28 -04:00
gimmickcolors.md Use more consisten syntax in md files, format tp 80 collumns, fix some typos 2017-10-11 15:16:53 +02:00
help.md Add new shell command documentation 2018-01-22 21:03:52 -05:00
keybindings.md a few miscellaneous fixes and improvements (#1105) 2018-05-12 21:31:57 -04:00
options.md allow optionally brace matching with the closing brace to the left of the cursor 2018-02-27 18:53:04 -07:00
plugins.md Open at line syntax with filename:line:col 2018-02-02 13:57:30 -05:00
tutorial.md Add new shell command documentation 2018-01-22 21:03:52 -05:00