Post

Basic Neovim Configuration Information

Starter config by the author of NvChad with video tutorial

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

Git repository

https://github.com/NvChad/basic-config

YouTube channel

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

Lazy managed plugins

Basic Keymaps

Normal mode keymaps

Description 
Left hand side<Tab>
Right hand side<Cmd> BufferLineCycleNext <CR>
Description 
Left hand side /
Right hand side 
Description 
Left hand side gt
Right hand side<Cmd> Telescope git_status <CR>
Description 
Left hand side fw
Right hand side<Cmd> Telescope live_grep <CR>
Description 
Left hand side fo
Right hand side<Cmd> Telescope oldfiles <CR>
Description 
Left hand side ff
Right hand side<Cmd> Telescope find_files <CR>
DescriptionNvim builtin
Left hand side&
Right hand side:&&<CR>
DescriptionNvim builtin
Left hand sideY
Right hand sidey$
Description 
Left hand side<C-Q>
Right hand side<Cmd> bd <CR>
Description 
Left hand side<S-Tab>
Right hand side<Cmd> BufferLineCyclePrev <CR>
Description 
Left hand side<C-H>
Right hand side<Cmd> NvimTreeFocus <CR>
Description 
Left hand side<C-N>
Right hand side<Cmd> NvimTreeToggle <CR>
Description 
Left hand side<C-S>
Right hand side<Cmd> w <CR>
DescriptionNvim builtin
Left hand side<C-L>
Right hand side<Cmd>nohlsearch|diffupdate|normal! <C-L><CR>

Visual mode keymaps

Description 
Left hand side /
Right hand side<Esc><Cmd>lua require('Comment.api').toggle.linewise(vim.fn.visualmode())<CR>
DescriptionNvim builtin
Left hand side#
Right hand sidey?\V<C-R>"<CR>
DescriptionNvim builtin
Left hand side*
Right hand sidey/\V<C-R>"<CR>

Operator mode keymaps