Skip to content

Latest commit

 

History

History

nvim

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Neovim Config

This is my old neovim config files (pure vimscript)

Plugins

Key Bindings

Key Action
Meta + e Open file explorer(floating)
Meta + t Open terminal(floating)
Meta + f Format code
Meta + n Goto next tab
Meta + p Goto previous tab
Meta + d Close current tab
Meta + r Rename
Meta + k Show Signature Help
gd Goto declaration
gr Show all references
gi Goto implementation
gy Goto type declaration
gn Goto next error
K Hover
Leader + xx Show all diagnostic messages
Leader + fs Search symbols

Screenshots