Home Webdev
Post
Cancel

Webdev

Webdev Neovim Configuration Information

LazyVim based config for web developers. JavaScript, Typescript, React, and Tailwind CSS support

  • Install and initialize: lazyman -L Webdev
  • Configuration category: Language
  • Base configuration: LazyVim
  • Plugin manager: Lazy
  • Installation location: ~/.config/nvim-Webdev

Git repository

https://github.com/doctorfree/nvim-webdev

Website

https://www.lazyvim.org

Lazy managed plugins

Webdev Keymaps

normal mode keymaps

DescriptionLHSRHS  
 %(MatchitNormalForward)  
Nvim builtin&:&&  
Move Float,tf   
Move Bottom Right New,tH   
Move Below Right New,th   
Move Bottom Right,tL   
Move Below Right,tl   
Terminal Prev,t[   
Terminal Next,t]   
Terminal Kill,tk   
New Terminal Run,tR   
Terminal Run,tr   
New Terminal Toggle,tO   
Terminal Toggle,to   
Mason,cmMason  
Mason Menu,MMason  
Toggle Transparency,ut   
Command History,:   
Grep (root dir),/   
Switch Buffer,,   
Find Files (root dir),   
Goto Symbol (Workspace),sS   
Goto Symbol,ss   
Colorscheme with preview,uC   
Word (cwd),sW   
Word (root dir),sw   
Resume,sR   
Options,so   
Jump to Mark,sm   
Man Pages,sM   
Key Maps,sk   
Search Highlight Groups,sH   
Help Pages,sh   
Grep (cwd),sG   
Grep (root dir),sg   
Workspace diagnostics,sD   
Document diagnostics,sd   
Commands,sC   
Command History,sc   
Buffer,sb   
Auto Commands,sa   
status,gs   
commits,gc   
Recent (cwd),fR   
Recent,fr   
Find Files (cwd),fF   
Find Files (root dir),ff   
Buffers,fb   
JsDoc,d   
Explorer NeoTree (cwd),E   
Explorer NeoTree (root dir),e   
Explorer NeoTree (cwd),fE   
Explorer NeoTree (root dir),fe   
Projects,fp   
Noice History,snh   
Noice Last Message,snl   
Dismiss All,snd   
Noice All,sna   
Treesitter Join,tj   
Toggle Treesitter Join,tt   
Terminal Send,ts   
Delete non-pinned buffers,bP   
Toggle pin,bp   
Don’t Save Current Session,qd   
Restore Last Session,ql   
Restore Session,qs   
Todo,st   
Todo/Fix/Fixme,sT   
Todo/Fix/Fixme (Trouble),xT   
Todo (Trouble),xt   
Location List (Trouble),xL   
Workspace Diagnostics (Trouble),xX   
Document Diagnostics (Trouble),xx   
Quickfix List (Trouble),xQ   
Delete Buffer,bd   
Delete Buffer (Force),bD   
Toggle zen mode,z   
Flash TreesitterS   
Nvim builtinYy$  
 [%(MatchitNormalMultiBackward)  
Previous todo comment[t   
Previous trouble/quickfix item[q   
Prev Reference[[   
 ]%(MatchitNormalMultiForward)  
Next todo comment]t   
Next trouble/quickfix item]q   
Next Reference]]   
 g%(MatchitNormalBackward)  
Highlight surroundinggzh   
Delete surroundinggzd   
Find right surroundinggzf   
Find left surroundinggzF   
Update MiniSurround.config.n_linesgzn   
Replace surroundinggzr   
Add surroundinggza   
Flashs   
 zM   
 zR   
 (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')  
Scroll forward   
Scroll backward   
Increment selection   
Nvim builtinnohlsearchdiffupdatenormal!

visual mode keymaps

DescriptionLHSRHS  
Nvim builtin#y?\V"  
 %(MatchitVisualForward)  
Nvim builtin*y/\V"  
Terminal Send,ts   
Treesitter SearchR   
Flash TreesitterS   
 [%(MatchitVisualMultiBackward)  
 ]%(MatchitVisualMultiForward)  
 a%(MatchitVisualTextObject)  
 g%(MatchitVisualBackward)  
Add surroundinggza   
Flashs   
 (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``
Decrement selection   

operator mode keymaps

DescriptionLHSRHS
 %(MatchitOperationForward)
Treesitter SearchR 
Flash TreesitterS 
 [%(MatchitOperationMultiBackward)
 ]%(MatchitOperationMultiForward)
 g%(MatchitOperationBackward)
Remote Flashr 
Flashs 
 (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

-

Traap