Skip to content

Non-QWERTY User Needs to Enable Arrow Keys Everywhere #124

Answered by animanna
animanna asked this question in Q&A
Discussion options

You must be logged in to vote

I tinkered with it and could solve my problem with this basic config. But I would be happy to here if the advanced users have any tips about this situation.

return {
  "m4xshen/hardtime.nvim",
  dependencies = { "MunifTanjim/nui.nvim", "nvim-lua/plenary.nvim" },
  opts = {
    disabled_keys = {
      ["<Up>"] = {},
      ["<Down>"] = {},
      ["<Left>"] = {},
      ["<Right>"] = {},
    },
  },
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@m4xshen
Comment options

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