Home Micah
Post
Cancel

Micah

Micah Neovim Configuration Information

One of the AstroNvim ‘Black Belt’ example advanced configurations

  • Install and initialize: lazyman -x Micah
  • Configuration category: Starter
  • Base configuration: AstroNvim
  • Plugin manager: Lazy
  • Installation location: ~/.config/nvim-Micah

Git repository

https://code.mehalter.com/AstroNvim_user

Website

https://astronvim.com

Lazy managed plugins

Micah Keymaps

normal mode keymaps

DescriptionLHSRHS  
 %(MatchitNormalForward)  
Nvim builtin&:&&  
Nvim builtinYy$  
 [%(MatchitNormalMultiBackward)  
 ]%(MatchitNormalMultiForward)  
 g%(MatchitNormalBackward)  
Comment toggle blockwisegb   
Comment toggle linewisegc   
Delete surroundingsd   
Add surroundingsa   
Find right surroundingsf   
Replace surroundingsr   
Find left surroundingsF   
Update MiniSurround.config.n_linessn   
Highlight surroundingsh   
 (MatchitNormalMultiForward):call matchit#MultiMatch("W", "n")  
 (MatchitNormalMultiBackward):call matchit#MultiMatch("bW", "n")  
 (MatchitNormalBackward):call matchit#Match_wrapper('',0,'n')  
 (MatchitNormalForward):call matchit#Match_wrapper('',1,'n')  
 Send   
 SendLine   
    
    
    
    
Nvim builtinnohlsearchdiffupdatenormal!

visual mode keymaps

DescriptionLHSRHS  
Nvim builtin#y?\V"  
 %(MatchitVisualForward)  
Nvim builtin*y/\V"  
 [%(MatchitVisualMultiBackward)  
 ]%(MatchitVisualMultiForward)  
 a%(MatchitVisualTextObject)  
 g%(MatchitVisualBackward)  
Comment toggle blockwisegb   
Comment toggle linewisegc   
Add surroundingsa   
 (MatchitVisualTextObject)(MatchitVisualMultiBackward)o(MatchitVisualMultiForward)  
 (MatchitVisualMultiForward):call matchit#MultiMatch("W", "n")m'gv``  
 (MatchitVisualMultiBackward):call matchit#MultiMatch("bW", "n")m'gv``  
 (MatchitVisualBackward):call matchit#Match_wrapper('',0,'v')m'gv``  
 (MatchitVisualForward):call matchit#Match_wrapper('',1,'v'):if col("''") != col("$")exe “:normal! m’”endifgv``
    
    
    
    

operator mode keymaps

DescriptionLHSRHS
 %(MatchitOperationForward)
 [%(MatchitOperationMultiBackward)
 ]%(MatchitOperationMultiForward)
 g%(MatchitOperationBackward)
 (MatchitOperationMultiForward):call matchit#MultiMatch("W", "o")
 (MatchitOperationMultiBackward):call matchit#MultiMatch("bW", "o")
 (MatchitOperationBackward):call matchit#Match_wrapper('',0,'o')
 (MatchitOperationForward):call matchit#Match_wrapper('',1,'o')
This post is licensed under CC BY 4.0 by the author.
Contents

Normal

Lamia