Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some default keymaps not working #87

Closed
RobertBrunhage opened this issue Feb 20, 2022 · 1 comment
Closed

Some default keymaps not working #87

RobertBrunhage opened this issue Feb 20, 2022 · 1 comment
Labels
question Further information is requested

Comments

@RobertBrunhage
Copy link

Just cloned and everything is working fine except some of the default keymaps, specifically gd, gD, gi etc.

running :nmap doesn't seem to show any of those mapping.

n  "           * <Cmd>lua require("which-key").show("\"", {mode = "n", auto = true})<CR>
n  %             <Plug>(MatchitNormalForward)
n  '           * <Cmd>lua require("which-key").show("'", {mode = "n", auto = true})<CR>
n  @Þ          * <Nop>
n  @           * <Cmd>lua require("which-key").show("@", {mode = "n", auto = true})<CR>
n  H           * <Cmd>bprevious<CR>
n  K           * <Cmd>Lspsaga hover_doc<CR>
n  L           * <Cmd>bnext<CR>
n  Q           * <Nop>
n  Y           * y$
n  [Þ          * <Nop>
n  [           * <Cmd>lua require("which-key").show("[", {mode = "n", auto = true})<CR>
n  [%            <Plug>(MatchitNormalMultiBackward)
n  ]Þ          * <Nop>
n  ]           * <Cmd>lua require("which-key").show("]", {mode = "n", auto = true})<CR>
n  ]%            <Plug>(MatchitNormalMultiForward)
n  `           * <Cmd>lua require("which-key").show("`", {mode = "n", auto = true})<CR>
n  cÞ          * <Nop>
n  c           * <Cmd>lua require("which-key").show("c", {mode = "n", auto = true})<CR>
n  ca          * <Cmd>Lspsaga code_action<CR>
n  gÞ          * <Nop>
n  g           * <Cmd>lua require("which-key").show("g", {mode = "n", auto = true})<CR>
n  gcA         * <Cmd>lua require("Comment.api").locked.insert_linewise_eol()<CR>
n  gcO         * <Cmd>lua require("Comment.api").locked.insert_linewise_above()<CR>
n  gco         * <Cmd>lua require("Comment.api").locked.insert_linewise_below()<CR>
n  gb          * <Cmd>lua require("Comment.api").call("toggle_blockwise_op")<CR>g@
n  gc          * <Cmd>lua require("Comment.api").call("toggle_linewise_op")<CR>g@
n  gbc         * v:count == 0 ? '<Cmd>lua require("Comment.api").call("toggle_current_blockwise_op")<CR>g@$' : '<Cmd>lua require("Comment.api").locked.toggle_blockwise_count()<CR>'
n  gcc         * v:count == 0 ? '<Cmd>lua require("Comment.api").call("toggle_current_linewise_op")<CR>g@$' : '<Cmd>lua require("Comment.api").locked.toggle_linewise_count()<CR>'
n  g%            <Plug>(MatchitNormalBackward)
n  gk          * <Cmd>Lspsaga diagnostic_jump_prev<CR>
n  gj          * <Cmd>Lspsaga diagnostic_jump_next<CR>
n  gl          * <Cmd>Lspsaga show_line_diagnostics<CR>
n  rÞ          * <Nop>
n  r           * <Cmd>lua require("which-key").show("r", {mode = "n", auto = true})<CR>
n  rn          * <Cmd>Lspsaga rename<CR>
n  zz          * <Cmd>lua require('neoscroll').zz(250)<CR>
n  zb          * <Cmd>lua require('neoscroll').zb(250)<CR>
n  zt          * <Cmd>lua require('neoscroll').zt(250)<CR>
n  zÞ          * <Nop>
n  z           * <Cmd>lua require("which-key").show("z", {mode = "n", auto = true})<CR>
@mehalter
Copy link
Member

@mehalter mehalter added the question Further information is requested label Apr 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants