Skip to content

lamecksilva/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lameck's Neovim configs

Mappings:

I'm adding this for to quickly remember

  • Leader Key = " "
  • "pv": Runs :Ex
  • "ps": Find word in files
  • "pf": Find file

Git (Lazygit)

  • "lg": Runs lazygit

Inside lazygit:

  • "": Toggle files (stage)
  • "a": Toggle all files to stage
  • "c": Commit
  • "P": Push

Tests (Neotest)

  • "tr": Runs nearest test
  • "tt": Runs all files test
  • "ts": Toggle test Summary
  • "[e": Navigate between errors
  • "tl": Runs last test

Debug (nvim-dap (Debug Adapter Protocol))

  • "db": Toggle breakpoint
  • "td": Debug nearest test
  • "d0": Step over
  • "dt": Terminate debug session

About

My nvim configs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages