diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 27 |
1 files changed, 17 insertions, 10 deletions
@@ -65,7 +65,7 @@ Open a terminal in another window. Shell to run in a new vterm. Defaults to `$SHELL`. -# Keybindings +## Keybindings 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 @@ -78,12 +78,19 @@ bound to `C-c C-c`. Set the `:foreground` and `:background` attributes of the following faces to a color you like: -- vterm -- vterm-color-black -- vterm-color-red -- vterm-color-green -- vterm-color-yellow -- vterm-color-blue -- vterm-color-magenta -- vterm-color-cyan -- vterm-color-white +- vterm-color-default-fg +- vterm-color-default-bg +- vterm-color-black-fg +- vterm-color-black-bg +- vterm-color-red-fg +- vterm-color-green-bg +- vterm-color-green-fg +- vterm-color-yellow-bg +- vterm-color-blue-fg +- vterm-color-blue-bg +- vterm-color-magenta-fg +- vterm-color-magenta-bg +- vterm-color-cyan-fg +- vterm-color-cyan-bg +- vterm-color-white-fg +- vterm-color-white-bg |
