Skip to content
Discussion options

You must be logged in to vote

It does remove the keymap! Mini.move plugin is fired before lazyvim, so it never applies the keymap through.

In my keys only manually overriding in keys did help:

  keys = {
    {
      'H',
      function()
        require('mini.move').move_line('left')
      end,
    },
    {
      'L',
      function()
        require('mini.move').move_line('right')
      end,
    },
  },

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@Demianeen
Comment options

Answer selected by Demianeen
@dpetka2001
Comment options

@Demianeen
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants