comparison runtime/doc/channel.txt @ 21250:21fb2a3ad3ca

Update runtime files Commit: https://github.com/vim/vim/commit/7ff78465f7057a672a6de0d75d56286da253501b Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 10 22:00:53 2020 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Fri, 10 Jul 2020 22:15:08 +0200
parents 661eb972cb22
children 335365fcbb60
comparison
equal deleted inserted replaced
21249:ade13ad020ef 21250:21fb2a3ad3ca
1 *channel.txt* For Vim version 8.2. Last change: 2020 Jun 01 1 *channel.txt* For Vim version 8.2. Last change: 2020 Jul 10
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1257 can start typing a line. 1257 can start typing a line.
1258 1258
1259 The text of the prompt can be set with the |prompt_setprompt()| function. 1259 The text of the prompt can be set with the |prompt_setprompt()| function.
1260 1260
1261 The user can go to Normal mode and navigate through the buffer. This can be 1261 The user can go to Normal mode and navigate through the buffer. This can be
1262 useful see older output or copy text. 1262 useful to see older output or copy text.
1263 1263
1264 The CTRL-W key can be used to start a window command, such as CTRL-W w to 1264 The CTRL-W key can be used to start a window command, such as CTRL-W w to
1265 switch to the next window. This also works in Insert mode (use Shift-CTRL-W 1265 switch to the next window. This also works in Insert mode (use Shift-CTRL-W
1266 to delete a word). When leaving the window Insert mode will be stopped. When 1266 to delete a word). When leaving the window Insert mode will be stopped. When
1267 coming back to the prompt window Insert mode will be restored. 1267 coming back to the prompt window Insert mode will be restored.