From 96596c2908cd3e1fa589748f668c722a0c3e7fda Mon Sep 17 00:00:00 2001 From: Marco Dalla Stella Date: Sat, 3 Jan 2026 17:11:42 +0100 Subject: [PATCH] [keymaps] Remove some comments --- plugin/20_keymaps.lua | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/plugin/20_keymaps.lua b/plugin/20_keymaps.lua index 0d8579e..d08401f 100644 --- a/plugin/20_keymaps.lua +++ b/plugin/20_keymaps.lua @@ -34,18 +34,6 @@ nmap(']p', 'exe "put " . v:register', 'Paste Below') -- In 'plugin/10_options.lua' is set to , i.e. press -- whenever there is a suggestion to press . -- --- This config uses a "two key Leader mappings" approach: first key describes --- semantic group, second key executes an action. Both keys are usually chosen --- to create some kind of mnemonic. --- Example: `f` groups "find" type of actions; `ff` - find files. --- Use this section to add Leader mappings in a structural manner. --- --- Usually if there are global and local kinds of actions, lowercase second key --- denotes global and uppercase - local. --- Example: `fs` / `fS` - find workspace/document LSP symbols. --- --- Many of the mappings use 'mini.nvim' modules set up in 'plugin/30_mini.lua'. - -- Create a global table with information about Leader groups in certain modes. -- This is used to provide 'mini.clue' with extra clues. -- Add an entry if you create a new group.