which-key.nvim icon indicating copy to clipboard operation
which-key.nvim copied to clipboard

Strange mappings generated

Open kascote opened this issue 3 years ago • 0 comments

I was debugging some mapping on insert mode and when execute :imap this is show on the list:

i  X<fd>R82_DiscretionaryEnÞ * <Nop>                                                                                                                                                                                                                                                    
i  X<fd>R82_DiscretionaryEÞ * <Nop>                                                                                                                                                                                                                                                     
i  X<fd>R82_DiscretionaryÞ * <Nop>                                                                                                                                                                                                                                                      
i  X<fd>R82_DiscretionarÞ * <Nop>                                                                                                                                                                                                                                                       
i  X<fd>R82_DiscretionaÞ * <Nop>                                                                                                                                                                                                                                                        
i  X<fd>R82_DiscretionÞ * <Nop>                                                                                                                                                                                                                                                         
i  X<fd>R82_DiscretioÞ * <Nop>                                                                                                                                                                                                                                                          
i  X<fd>R82_DiscretiÞ * <Nop>                                                                                                                                                                                                                                                           
i  X<fd>R82_DiscretÞ * <Nop>                                                                                                                                                                                                                                                            
i  X<fd>R82_DiscreÞ * <Nop>                                                                                                                                                                                                                                                             
i  X<fd>R82_DiscrÞ * <Nop>                                                                                                                                                                                                                                                              
i  X<fd>R82_DiscÞ * <Nop>                                                                                                                                                                                                                                                               
i  X<fd>R82_DisÞ * <Nop>                                                                                                                                                                                                                                                                
i  X<fd>R82_DiÞ * <Nop>                                                                                                                                                                                                                                                                 
i  X<fd>R82_DÞ * <Nop>                                                                                                                                                                                                                                                                  
i  X<fd>R82_AlwaysEnÞ * <Nop>                                                                                                                                                                                                                                                           
i  X<fd>R82_AlwaysEÞ * <Nop>                                                                                                                                                                                                                                                            
i  X<fd>R82_AlwaysÞ * <Nop>                                                                                                                                                                                                                                                             
i  X<fd>R82_AlwayÞ * <Nop>                                                                                                                                                                                                                                                              
i  X<fd>R82_AlwaÞ * <Nop>                                                                                                                                                                                                                                                               
i  X<fd>R82_AlwÞ * <Nop>                                                                                                                                                                                                                                                                
i  X<fd>R82_AlÞ * <Nop>                                                                                                                                                                                                                                                                 
i  X<fd>R82_AÞ * <Nop>                                                                                                                                                                                                                                                                  
i  X<fd>R82_Þ  * <Nop>                                                                                                                                                                                                                                                                  
i  X<fd>R82Þ   * <Nop>                                                                                                                                                                                                                                                                  
i  X<fd>R8Þ    * <Nop>                                                                                                                                                                                                                                                                  
i  X<fd>RÞ     * <Nop>                                                                                                                                                                                                                                                                  
i  X<fd>R      * <Cmd>lua require("which-key").show("<SNR>", {mode = "i", auto = true})<CR>   

this do not seems ok. If remove all the mappings on insert mode, they are not created. If add just one, they are created again. Those functions seems to came from endwise https://github.com/tpope/vim-endwise/blob/master/plugin/endwise.vim#L116-L137

NVIM v0.6.1 Build type: Release LuaJIT 2.1.0-beta3

kascote avatar Feb 10 '22 23:02 kascote