diff options
| author | Lukas Fürmetz <fuermetz@mailbox.org> | 2019-01-27 18:17:46 +0100 |
|---|---|---|
| committer | Lukas Fürmetz <fuermetz@mailbox.org> | 2019-01-27 18:34:18 +0100 |
| commit | 46f222eeef6ae5820c91c3aa4f86d385dd126cbc (patch) | |
| tree | 6976ae918e5426386e0caf27c84452cd5d57f348 /README.md | |
| parent | 3929a9d573d89365fc68053824045ef654ef1146 (diff) | |
Adapt color handling to the latest libvtermupdate_libvterm
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 |
