1
- *starting.txt* For Vim version 8.2. Last change: 2022 Feb 01
1
+ *starting.txt* For Vim version 8.2. Last change: 2022 May 10
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -344,6 +344,12 @@ a slash. Thus "-R" means recovery and "-/R" readonly.
344
344
Example: >
345
345
vim -V20vimlog foobar
346
346
<
347
+ --log {filename} *--log*
348
+ Start logging and write entries to {filename} .
349
+ This works like calling `ch_logfile({filename} , 'a')` very
350
+ early during startup.
351
+ {only available with the +channel feature}
352
+
347
353
*-D*
348
354
-D Debugging. Go to debugging mode when executing the first
349
355
command from a script. | debug-mode |
@@ -564,6 +570,7 @@ a slash. Thus "-R" means recovery and "-/R" readonly.
564
570
{scriptout} cannot start with a digit.
565
571
If you want to record what is typed in a human readable for
566
572
you can use | ch_logfile() | , It adds "raw key input" lines.
573
+ Also see | --log | .
567
574
568
575
*-W*
569
576
-W {scriptout} Like -w, but do not append, overwrite an existing file.
@@ -730,6 +737,7 @@ In Evim these options are changed from their default value:
730
737
:set guioptions-=a non-Unix only: don't do auto-select
731
738
732
739
Key mappings:
740
+ <CTRL-Q> quit, using `:confirm ` prompt if there are changes
733
741
<Down> moves by screen lines rather than file lines
734
742
<Up> idem
735
743
Q does "gq", formatting, instead of Ex mode
@@ -740,7 +748,6 @@ Key mappings:
740
748
<C-Insert> idem
741
749
CTRL-V Pastes from the clipboard (in any mode)
742
750
<S-Insert> idem
743
- CTRL-Q do what CTRL-V used to do
744
751
CTRL-Z undo
745
752
CTRL-Y redo
746
753
<M-Space> system menu
@@ -757,6 +764,8 @@ Additionally:
757
764
One hint: If you want to go to Normal mode to be able to type a sequence of
758
765
commands, use CTRL-L . | i_CTRL-L |
759
766
767
+ There is no way to stop "easy mode", you need to exit Vim.
768
+
760
769
==============================================================================
761
770
4. Initialization *initialization* *startup*
762
771
0 commit comments