diff options
| author | Lukas Fürmetz <fuermetz@mailbox.org> | 2018-11-11 20:39:29 +0100 |
|---|---|---|
| committer | Lukas Fürmetz <fuermetz@mailbox.org> | 2018-11-11 21:23:48 +0100 |
| commit | f577d6131d1855581fd88b990e204e7d56be0212 (patch) | |
| tree | b84630e5360fe46dfb5bf6d7fd8b5c19885a8d85 /README.md | |
| parent | 3ff58ef1417c4a38270996d1265e423976b4fe17 (diff) | |
Bind all necessary keys in vterm-mode-map
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |
