From f34ffdf83c66991efc42b04bb312af0a787d201e Mon Sep 17 00:00:00 2001
From: mitchell <70453897+667e-11@users.noreply.github.com>
Date: Sat, 30 Jul 2011 19:02:51 -0400
Subject: Code cleanup.
---
doc/manual/14_Appendix.md | 62 +++++++++++++++++++++++++----------------------
1 file changed, 33 insertions(+), 29 deletions(-)
(limited to 'doc/manual')
diff --git a/doc/manual/14_Appendix.md b/doc/manual/14_Appendix.md
index 78e93128..e2b65bdd 100644
--- a/doc/manual/14_Appendix.md
+++ b/doc/manual/14_Appendix.md
@@ -29,7 +29,7 @@ Ctrl+A |⌘A |Select all
Ctrl+M |^M |Match brace
Ctrl+Enter |^⎋ |Complete word
Alt+Del |^⌦ |Delete word
-Ctrl+Shift+H |⌘⇧H |Highlight word
+Ctrl+Alt+Shift+H |⌘⇧H |Highlight word
Ctrl+/ |^/ |Toggle block comment
Ctrl+T |^T |Transpose characters
Ctrl+Shift+J |^J |Join lines
@@ -95,24 +95,24 @@ Ctrl+Alt+Shift+O|⌘⌥⇧O |Snapopen current directory
Ctrl+I |⌘I |Show style
**Buffer** |||
-Ctrl+Tab
Ctrl+PageDown |^\` |Next buffer
-Ctrl+Shift+Tab
Ctrl+PageUp|^~ |Previous buffer
-Ctrl+B |⌘B |Switch to buffer...
-None |None |Tab width: 2
-None |None |Tab width: 3
-None |None |Tab width: 4
-None |None |Tab width: 8
-Ctrl+Alt+Shift+T |^⇧T |Toggle use tabs
-Ctrl+Alt+I |^I |Convert indentation
-None |None |`CRLF` EOL mode
-None |None |`CR` EOL mode
-None |None |`LF` EOL mode
-None |None |`UTF-8` encoding
-None |None |`ASCII` encoding
-None |None |`ISO-8859-1` encoding
-None |None |`UTF-16` encoding
-Ctrl+Alt+L |⌘⌥L |Select lexer...
-F5 |F5 |Refresh syntax highlighting
+Ctrl+Tab |^\` |Next buffer
+Ctrl+Shift+Tab |^~ |Previous buffer
+Ctrl+B |⌘B |Switch to buffer...
+None |None |Tab width: 2
+None |None |Tab width: 3
+None |None |Tab width: 4
+None |None |Tab width: 8
+Ctrl+Alt+Shift+T|^⇧T |Toggle use tabs
+Ctrl+Alt+I |^I |Convert indentation
+None |None |`CRLF` EOL mode
+None |None |`CR` EOL mode
+None |None |`LF` EOL mode
+None |None |`UTF-8` encoding
+None |None |`ASCII` encoding
+None |None |`ISO-8859-1` encoding
+None |None |`UTF-16` encoding
+Ctrl+Alt+L |⌘⌥L |Select lexer...
+F5 |F5 |Refresh syntax highlighting
**View** |||
Ctrl+Alt+Tab |^⇥ |Next view
@@ -141,11 +141,11 @@ None |None|About
**Movement** |||
Down |⇣
^N |Line down
Shift+Down |⇧⇣
^⇧N |Line down extend selection
-Ctrl+Down |⌘↘ |Scroll line down
+Ctrl+Down |^⇣ |Scroll line down
Alt+Shift+Down |⌥⇧⇣ |Line down extend rect. selection
Up |⇡
^P |Line up
Shift+Up |⇧⇡
^⇧P |Line up extend selection
-Ctrl+Up |⌘↖ |Scroll line up
+Ctrl+Up |^⇡ |Scroll line up
Alt+Shift+Up |⌥⇧⇡ |Line up extend rect. selection
Left |⇠
^B |Char left
Shift+Left |⇧⇠
^⇧B |Char left extend selection
@@ -159,13 +159,13 @@ Ctrl+Shift+Right |^⇧⇢
^⌥⇧F|Word right extend selection
Alt+Shift+Right |⌥⇧⇢ |Char right extend rect. selection
Home |⌘⇠
^A |Line start
Shift+Home |⌘⇧⇠
^⇧A |Line start extend selection
-Ctrl+Home |⌘⇡
↖ |Document start
-Ctrl+Shift+Home |⌘⇧⇡
⇧↖ |Document start extend selection
+Ctrl+Home |⌘⇡
⌘↖ |Document start
+Ctrl+Shift+Home |⌘⇧⇡
⌘⇧↖ |Document start extend selection
Alt+Shift+Home |⌥⇧↖ |Line start extend rect. selection
End |⌘⇢
^E |Line end
Shift+End |⌘⇧⇢
^⇧E |Line end extend selection
-Ctrl+End |⌘⇣
↘ |Document end
-Ctrl+Shift+End |⌘⇧⇣
⇧↘ |Document end extend selection
+Ctrl+End |⌘⇣
⌘↘ |Document end
+Ctrl+Shift+End |⌘⇧⇣
⌘⇧↘ |Document end extend selection
Alt+Shift+End |⌥⇧↘ |Line end extend rect. selection
PageUp |⇞ |Page up
Shift+PageUp |⇧⇞ |Page up extend selection
@@ -173,17 +173,21 @@ Alt+Shift+PageUp |⌥⇧⇞ |Page up extend rect. selection
PageDown |⇟ |Page down
Shift+PageDown |⇧⇟ |Page down extend selection
Alt+Shift+PageDown |⌥⇧⇟ |Page down extend rect. selection
-Ctrl+Del |⌥⌦ |Delete word right
-Ctrl+Shift+Del |⌘⌦ |Delete line right
+Ctrl+Del |⌘⌦ |Delete word right
+Ctrl+Shift+Del |⌘⇧⌦ |Delete line right
Ins |Ins |Toggle overtype
Backspace
Shift+Backspace|⌫
⇧⌫ |Delete back
-Ctrl+Backspace |⌥⌫ |Delete word left
-Ctrl+Shift+Backspace |⌘⌫ |Delete line left
+Ctrl+Backspace |⌘⌫ |Delete word left
+Ctrl+Shift+Backspace |⌘⇧⌫ |Delete line left
Tab |⇥ |Insert tab or indent
Shift+Tab |⇧⇥ |Dedent
None |^K |Cut to line end
None |^L |Center line vertically
+**Other** |||
+Ctrl+Shift+U, xxxx, Enter|None|Input Unicode character U-xxxx.
+
+
## Lua Patterns
The following is taken from the
--
cgit v1.2.3