aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjixiuf <jixiuf@qq.com>2019-08-01 11:04:43 +0800
committerjixiuf <jixiuf@qq.com>2019-08-01 23:14:11 +0800
commitd0225168a726144e699f6b049e98e167daf0705f (patch)
tree0e0a157354bd4e7c638138428f91d56845a6d94a /README.md
parentf018462e1b533c74c458bfbb2a0a4b5a1622b982 (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.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 308621b..8dc78c6 100644
--- a/README.md
+++ b/README.md
@@ -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