Skip to content

why <c-c> cann't be used in insert mode? #844

Closed Answered by fvrings
fvrings asked this question in Q&A
Discussion options

You must be logged in to vote

according to vim.keymap.set docs:

      • {opts}  (`table?`) Table of |:map-arguments|. Same as
                |nvim_set_keymap()| {opts}, except:
                • {replace_keycodes} defaults to `true` if "expr" is `true`.

                Also accepts:
                • {buffer}? (`integer|boolean`) Creates buffer-local mapping,
                  `0` or `true` for current buffer.
                • {remap}? (`boolean`, default: `false`) Make the mapping
                  recursive. Inverse of {noremap}.

remap is false by default.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by fvrings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant