From 824f55b9548090018a531cc6e2563714dee2e110 Mon Sep 17 00:00:00 2001
From: Gustaf Rydholm <gustaf.rydholm@gmail.com>
Date: Sun, 15 Jan 2023 13:37:01 +0100
Subject: Remove v-mapping in which-key

---
 fnl/plugins/which-key.fnl | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'fnl')

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
-- 
cgit v1.2.3-70-g09d2