Skip to content

raphaelavelar/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nvim

Key mapping

CMP

Command Definition
Ctrl + p Go to next item
Ctrl + n Go to previous item
Tab Confirm selection
Ctrl + Space Preview suggestions

LSP

Command Definition
gd Open definition
f Format
h Hover
od Open float diagnostic
[d Go to next diagnostic
]d Go to previous diagnostic
c Open code actions
rr Rename
Ctrl + h Signature help

Telescope

A complete list of all the default mappings from telescope can be found here or using the command :help telescope.defaults.mappings
Live grep requires ripgrep. Make sure to have it installed!

Command Definition
fw Grep string
s Live grep
ff Find files
fg Find git files
gc Display git commits
b Display buffer
r Display LSP references
gi Display LSP implementations
ls Display document symbols
D Display diagnostics

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages