diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-15 13:37:01 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-15 13:37:01 +0100 |
commit | 824f55b9548090018a531cc6e2563714dee2e110 (patch) | |
tree | bf4bd9d2017ae1bdf0e49c57e346a457577ad971 /fnl/plugins/which-key.fnl | |
parent | 6b7a95353de4d8a3f42471175e1c5623cbd525c4 (diff) |
Remove v-mapping in which-key
Diffstat (limited to 'fnl/plugins/which-key.fnl')
-rw-r--r-- | fnl/plugins/which-key.fnl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fnl/plugins/which-key.fnl b/fnl/plugins/which-key.fnl index e3be5dc..0b6389c 100644 --- a/fnl/plugins/which-key.fnl +++ b/fnl/plugins/which-key.fnl @@ -143,8 +143,6 @@ :noremap true :nowait true}) -(local vmappings {:n [:<esc><cmd>CommentVisual<cr> :Comment]}) - (local gopts {:mode :n :prefix :g :buffer nil @@ -162,7 +160,6 @@ (which-key.setup opts) (which-key.register mmappings mopts) (which-key.register nmappings nopts) - (which-key.register vmappings vopts) (which-key.register gmappings gopts))) {1 :folke/which-key.nvim |