|
1 | | -*message.txt* For Vim version 9.1. Last change: 2025 Aug 06 |
| 1 | +*message.txt* For Vim version 9.1. Last change: 2025 Oct 12 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -126,7 +126,7 @@ path leading to the file. |
126 | 126 | Cannot switch buffer. 'winfixbuf' is enabled ~ |
127 | 127 |
|
128 | 128 | If a window has 'winfixbuf' enabled, you cannot change that window's current |
129 | | -buffer. You need to set 'nowinfixbuf' before continuing. You may use [!] to |
| 129 | +buffer. You need to set 'nowinfixbuf' before continuing. You may use [!] to |
130 | 130 | force the window to switch buffers, if your command supports it. |
131 | 131 |
|
132 | 132 | *E72* |
@@ -859,26 +859,27 @@ This message is given when the screen is filled with messages. It is only |
859 | 859 | given when the 'more' option is on. It is highlighted with the |hl-MoreMsg| |
860 | 860 | group. |
861 | 861 |
|
862 | | -Type effect ~ |
863 | | - <CR> or <NL> or j or <Down> one more line |
864 | | - d down a page (half a screen) |
865 | | - <Space> or f or <PageDown> down a screen |
866 | | - G down all the way, until the hit-enter |
867 | | - prompt |
868 | | - |
869 | | - <BS> or k or <Up> one line back |
870 | | - u up a page (half a screen) |
871 | | - b or <PageUp> back a screen |
872 | | - g back to the start |
873 | | - |
874 | | - q, <Esc> or CTRL-C stop the listing |
875 | | - : stop the listing and enter a |
876 | | - command-line |
877 | | - <C-Y> yank (copy) a modeless selection to |
878 | | - the clipboard ("* and "+ registers) |
879 | | - {menu-entry} what the menu is defined to in |
880 | | - Cmdline-mode. |
881 | | - <LeftMouse> next page (*) |
| 862 | +Type effect ~ |
| 863 | + <CR> or <NL> or j or <Down> one more line |
| 864 | + d down a page (half a screen) |
| 865 | + <Space> or f or <PageDown> or CTRL-F down a screen |
| 866 | + G down all the way, until the |
| 867 | + hit-enter prompt |
| 868 | + |
| 869 | + <BS> or k or <Up> one line back |
| 870 | + u up a page (half a screen) |
| 871 | + b or <PageUp> or CTRL-B back a screen |
| 872 | + g back to the start |
| 873 | + |
| 874 | + q, <Esc> or CTRL-C stop the listing |
| 875 | + : stop the listing and enter a |
| 876 | + command-line |
| 877 | + <C-Y> yank (copy) a modeless |
| 878 | + selection to the clipboard |
| 879 | + ("* and "+ registers) |
| 880 | + {menu-entry} what the menu is defined to |
| 881 | + in Cmdline-mode. |
| 882 | + <LeftMouse> next page (*) |
882 | 883 |
|
883 | 884 | Any other key causes the meaning of the keys to be displayed. |
884 | 885 |
|
|
0 commit comments