On 2023-07-06, Eric Marceau wrote:
> Thank you, Salman.
> 
> My customizations are limited to the appearance and layout.  I have not
> installed any related to action-key mappings.  I don't know how to obtain a
> report of all such mappings (default + custom).  If anything was mapped
> differently, it was not disclosed as part of the appearance plug-ins.

Pure Vim has no default mappings.  (If your Vim is configured to
source $VIMRUNTIME/defaults.vim at startup, you will have two
mappings defined by that file.)  Those keys and key-combinations
you type to make things happen are the names of the commands.

To see a list all such commands, see

    :help index

To get a list of any mappings in effect, type

    :map

to see normal-mode mappings and

    :map!

to see insert-mode mappings.  Actually, mappings in more modes than
just normal and insert are shown by those commands, but I don't know
which command lists which other modes.  You can read about this in

    :help map-overview
    :help map-listing
    :help mapmode-i

For everything about maps, see

    :help 5.4
    :help 40.1
    :help map.txt

HTH,
Gary

-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_use/20230706221104.GJ6600%40phoenix.

Reply via email to