Home LvimAdib
Post
Cancel

LvimAdib

LvimAdib Neovim Configuration Information

  • Configuration category: Personal
  • Base configuration: LunarVim
  • Plugin manager: Lazy
  • Installation location: ~/.config/nvim-LvimAdib

Git repository

https://github.com/adibhanna/lvim-config

Website

https://www.lunarvim.org

YouTube channel

https://www.youtube.com/@adibhanna

Lazy managed plugins

LvimAdib Keymaps

normal mode keymaps

DescriptionLHSRHS
 tTroubleToggle
  :Telescope buffers
 oSymbolsOutline
 %(MatchitNormalForward)
Nvim builtin&:&&
 H:BufferLineCyclePrev
 L:BufferLineCycleNext
Nvim builtinYy$
 [%(MatchitNormalMultiBackward)
 [q:cprev
 ]%(MatchitNormalMultiForward)
 ]q:cnext
 gxNetrwBrowseX
 g%(MatchitNormalBackward)
 g(dial-decrement)lua require"dial.command".select_augend_gnormal()let &opfunc="dial#operator#decrement_gnormal"g@lua require("dial.command").textobj()
 g(dial-increment)lua require"dial.command".select_augend_gnormal()let &opfunc="dial#operator#increment_gnormal"g@lua require("dial.command").textobj()
 gb 
 gc 
 NetrwBrowseX:call netrw#BrowseX(netrw#GX(),netrw#CheckIfRemote(netrw#GX()))
 (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')
 PlenaryTestFile:lua require(‘plenary.test_harness’).test_directory(vim.fn.expand(“%:p”))
 (dial-decrement)lua require"dial.command".select_augend_normal()let &opfunc="dial#operator#decrement_normal"g@lua require("dial.command").textobj()
 (dial-increment)lua require"dial.command".select_augend_normal()let &opfunc="dial#operator#increment_normal"g@lua require("dial.command").textobj()
Float Terminal 
Vertical Terminal 
Horizontal Terminal 
  
 zz
 :w
 zz
 lua require"dial.command".select_augend_normal('mygroup')let &opfunc="dial#operator#decrement_normal"g@lua require("dial.command").textobj()
 lua require"dial.command".select_augend_normal('mygroup')let &opfunc="dial#operator#increment_normal"g@lua require("dial.command").textobj()
 
 l
 h
 WhichKey \
 j
 h
 k
 :vertical resize +2
 :vertical resize -2
 :resize +2
 :call QuickFixToggle()
 :resize -2
 k
 j
 l

visual mode keymaps

DescriptionLHSRHS  
Nvim builtin#y?\V"  
 %(MatchitVisualForward)  
Nvim builtin*y/\V"  
 gv  
 >>gv  
 J:m ‘>+1gv=gv  
 K:m ‘-2gv=gv  
 [%(MatchitVisualMultiBackward)  
 ]%(MatchitVisualMultiForward)  
 a%(MatchitVisualTextObject)  
 gxNetrwBrowseXVis  
 g%(MatchitVisualBackward)  
 g(dial-decrement)lua require"dial.command".select_augend_gvisual()let &opfunc="dial#operator#decrement_gvisual"g@gv  
 g(dial-increment)lua require"dial.command".select_augend_gvisual()let &opfunc="dial#operator#increment_gvisual"g@gv  
 gb   
 gc   
 NetrwBrowseXVis:call netrw#BrowseXVis()  
 (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``
 (dial-decrement)lua require"dial.command".select_augend_visual()let &opfunc="dial#operator#decrement_visual"g@gv  
 (dial-increment)lua require"dial.command".select_augend_visual()let &opfunc="dial#operator#increment_visual"g@gv  
 lua require"dial.command".select_augend_normal('visual')let &opfunc="dial#operator#decrement_normal"g@lua require("dial.command").textobj()  
 lua require"dial.command".select_augend_normal('visual')let &opfunc="dial#operator#increment_normal"g@lua require("dial.command").textobj()  
 :m ‘-2gv-gv  
 :m ‘>+1gv-gv  

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.

Shuvro

LunarIde