Skip to content

levanthuanmy/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nvim

My neovim configuration using Lua

Basic keymaps

Normal mode

  • space + d: Open diagnostics window
  • space + b: Open file browser window
  • space + p: Find files in current project
  • space + a: Search text in current project
  • space + f: Search text in current file
  • g + c + a: Open code action
  • g + c + c: Comment current line
  • g + r + n: Rename (like F2 in VSCode)
  • g + l: Hover diagnostic in current line
  • Ctrl + n: Toggle Nvim Tree
  • Ctrl + t: Terminal

Visual mode

  • g + b: Comment block
  • g + c: Comment lines

Insert mode

  • Ctrl + 2: Toggle suggestion

Explore more with :imap, :nmap and :vmap

About

My neovim configuration using Lua

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages