aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLukas Fürmetz <fuermetz@mailbox.org>2018-11-11 20:39:29 +0100
committerLukas Fürmetz <fuermetz@mailbox.org>2018-11-11 21:23:48 +0100
commitf577d6131d1855581fd88b990e204e7d56be0212 (patch)
treeb84630e5360fe46dfb5bf6d7fd8b5c19885a8d85 /README.md
parent3ff58ef1417c4a38270996d1265e423976b4fe17 (diff)
Bind all necessary keys in vterm-mode-map
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 9dbe396..0264547 100644
--- a/README.md
+++ b/README.md
@@ -77,9 +77,13 @@ Open a terminal in another window.
Shell to run in a new vterm. Defaults to `$SHELL`.
-## `vterm-keymap-exceptions`
+# Keybindings
-List of keys, which should be processed by emacs and not by the terminal.
+If you want a key to be send to the terminal bind it to `vterm--self-insert`,
+otherwise remove it from `vterm-mode-map`. By default vterm.el binds most of the
+`C-<char>` and `M-<char>` keys, `<f1>` through `<f12>` and some special keys
+like `<backspace>` and `<return>`. Sending a keyboard interrupt is by default
+bound to `C-c C-c`.
## Colors
@@ -95,7 +99,3 @@ color you like:
- vterm-color-magenta
- vterm-color-cyan
- vterm-color-white
-
-# Limitations
-
-- Mouse support is non-existing