diff options
| author | jixiuf <jixiuf@qq.com> | 2019-08-01 11:04:43 +0800 |
|---|---|---|
| committer | jixiuf <jixiuf@qq.com> | 2019-08-01 23:14:11 +0800 |
| commit | d0225168a726144e699f6b049e98e167daf0705f (patch) | |
| tree | 0e0a157354bd4e7c638138428f91d56845a6d94a /README.md | |
| parent | f018462e1b533c74c458bfbb2a0a4b5a1622b982 (diff) | |
add vterm-copy-mode.
+When you enable `vterm-copy-mode`,the terminal buffer would behave like a normal `read-only` text buffer.
+Then you can search in the output terminal, copy text, etc.
+the default keybinding is `C-cC-t`.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -57,6 +57,10 @@ Open a terminal in the current window. ## `vterm-other-window` Open a terminal in another window. +## `vterm-copy-mode` +When you enable `vterm-copy-mode`,the terminal buffer would behave like a normal `read-only` text buffer. +Then you can search in the output terminal, copy text, etc. +the default keybinding is `C-cC-t`. # Customization |
