Skip to content

How to recreate nnoremap behaviour #8961

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

You must be logged in to vote

Add these to normalModeKeyBindingsNonRecursive

    {
      "before": ["<C-u>"],
      "after": ["<C-u>", "z", "z"]
    },
    {
      "before": ["<C-d>"],
      "after": ["<C-d>", "z", "z"]
    },

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by quackerex
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