mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(lang/r): make keymaps in which-key menu available in visual mode
This commit is contained in:
parent
13a4a84e34
commit
48d2ae0bc6
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ return {
|
||||||
local wk = require("which-key")
|
local wk = require("which-key")
|
||||||
wk.add({
|
wk.add({
|
||||||
buffer = true,
|
buffer = true,
|
||||||
|
mode = { "n", "v" },
|
||||||
{ "<localleader>a", group = "all" },
|
{ "<localleader>a", group = "all" },
|
||||||
{ "<localleader>b", group = "between marks" },
|
{ "<localleader>b", group = "between marks" },
|
||||||
{ "<localleader>c", group = "chunks" },
|
{ "<localleader>c", group = "chunks" },
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue