aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2014-09-17 12:14:12 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2014-09-17 12:14:12 -0400
commitc19cb9243d4e2ee4dfdb425d323922aacb8c603e (patch)
tree717624f6e9c4ca629fc4fb19ca947e172cb9928b /doc
parent949b53916f5367e91ebe64080c4715a86d2f84e3 (diff)
downloadtextadept-c19cb9243d4e2ee4dfdb425d323922aacb8c603e.tar.gz
textadept-c19cb9243d4e2ee4dfdb425d323922aacb8c603e.zip
Added terminal key binding to stop the currently running process.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.md b/doc/manual.md
index 5aee1b2d..fd7ac5c1 100644
--- a/doc/manual.md
+++ b/doc/manual.md
@@ -855,7 +855,7 @@ Pressing `Ctrl+Shift+R` (`⌘⇧R` on Mac OSX | `M-^R` in curses) executes the
command for compiling code in the current file, `Ctrl+R` (`⌘R` | `^R`) executes
the command for running code, and `Ctrl+Shift+B` (`⌘⇧B` on Mac OSX | `M-^B` in
curses) executes the command for building a project. `Ctrl+Shift+X` (`⌘⇧X` |
-`N/A`) stops the currently running process. A new buffer shows the output from
+`M-^X`) stops the currently running process. A new buffer shows the output from
the command and marks any recognized warnings and errors. Pressing `Ctrl+Alt+E`
(`^⌘E` | `M-X`) attempts to jump to the source of the next recognized warning or
error and `Ctrl+Alt+Shift+E` (`^⌘⇧E` | `M-S-X`) attempts to jump to the previous