aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorYinzuo Jiang <jiangyinzuo@foxmail.com>2024-06-19 21:23:21 +0800
committerYinzuo Jiang <jiangyinzuo@foxmail.com>2024-06-19 21:23:21 +0800
commitb48192af37aa39d55e73420e3838cb63f471da99 (patch)
tree595daf1f13f004e7a9eec6c1533b36b423d02264 /runtime/doc
parentfe5d1279a4378582898e2e281fe5778d81c30017 (diff)
downloadrneovim-b48192af37aa39d55e73420e3838cb63f471da99.tar.gz
rneovim-b48192af37aa39d55e73420e3838cb63f471da99.tar.bz2
rneovim-b48192af37aa39d55e73420e3838cb63f471da99.zip
vim-patch:partial:9.1.0497: termdebug can be further improved
Problem: termdebug can be further improved Solution: refactor save/restore, update docs, add a new save/restore test (Ubaldo Tiberi) closes: vim/vim#15032 https://github.com/vim/vim/commit/a48637c105ce5ccf6f3296958c889d15dc3faaa4 Co-authored-by: Ubaldo Tiberi <ubaldo.tiberi@google.com>
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/nvim_terminal_emulator.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/nvim_terminal_emulator.txt b/runtime/doc/nvim_terminal_emulator.txt
index 81bcd89146..5b728078eb 100644
--- a/runtime/doc/nvim_terminal_emulator.txt
+++ b/runtime/doc/nvim_terminal_emulator.txt
@@ -462,6 +462,9 @@ If there is no g:termdebug_config you can use: >vim
let g:termdebug_use_prompt = 1
<
Mappings ~
+The termdebug plugin enables a few default mappings. All those mappings
+are reset to their original values once the termdebug session concludes.
+
*termdebug_map_K* *termdebug-mappings*
The K key is normally mapped to |:Evaluate| unless a buffer local (|:map-local|)
mapping to K already exists. If you do not want this use: >vim