Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 399 Bytes

.dotfiles-notes.md

File metadata and controls

15 lines (8 loc) · 399 Bytes

Neovim

fugitive.vim provides full git acces through :G <git sub command>.

gd in normal mode to go to definition.

K in normal mode to show hover info.

<leader>vd to show diagnostic.

<C-p> and <C-n> for prev and next completion. <C-y> to accept selected completion.

<C-u> and <C-d> to page up and down.