diff options
author | 2011-08-09 19:02:52 -0400 | |
---|---|---|
committer | 2011-08-09 19:02:52 -0400 | |
commit | 7082dbf7ef227c8534150c331a4567bf9e3868e5 (patch) | |
tree | c9faf369105d122c530ec197c5da60f0773a23a0 /doc/manual/14_Appendix.md | |
parent | 1bcff530cb40197c6614adda566c8be639023a5c (diff) | |
download | textadept-7082dbf7ef227c8534150c331a4567bf9e3868e5.tar.gz textadept-7082dbf7ef227c8534150c331a4567bf9e3868e5.zip |
Swap Replace/Replace All and Run/Compile key bindings.
Replace/Replace All is destructive so it should not be easily accessible where
it can be mistakenly pressed.
Diffstat (limited to 'doc/manual/14_Appendix.md')
-rw-r--r-- | doc/manual/14_Appendix.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/manual/14_Appendix.md b/doc/manual/14_Appendix.md index e2b65bdd..cb3ada08 100644 --- a/doc/manual/14_Appendix.md +++ b/doc/manual/14_Appendix.md @@ -64,8 +64,8 @@ Ctrl+Shift+Down |^⇧⇣ |Move selected lines down Ctrl+F |⌘F |Find Ctrl+G<br/>F3 |⌘G |Find next Ctrl+Shift+G<br/>Shift+F3|⌘⇧G |Find previous -Ctrl+R |⌘R |Replace -Ctrl+Shift+R |⌘⇧R |Replace all +Ctrl+Alt+R |^R |Replace +Ctrl+Alt+Shift+R |^⇧R |Replace all Ctrl+Alt+F |⌘⌥F |Find incremental Ctrl+Shift+F |⌘⇧F |Find in files Ctrl+Alt+G |⌘⌥G |Goto next file found @@ -75,8 +75,8 @@ Ctrl+J |⌘J |Jump to line **Tools** ||| Ctrl+E |⌘E |Command entry Ctrl+Shift+E |⌘⇧E |Select command -Ctrl+Alt+R |^R |Run -Ctrl+Alt+Shift+R|^⇧R |Compile +Ctrl+R |⌘R |Run +Ctrl+Shift+R |⌘⇧R |Compile Ctrl+| |⌘||Filter text through Ctrl+Space |⌥⎋ |Complete symbol Ctrl+H |^H |Show documentation |