=========================== LunarVim keyboard shortcuts =========================== First published at 2/1/2024 on https://defkey.com/lunarvim-shortcuts LunarVim is a free IDE (integrated development environment) layer for Neovim. LunarVim has 35 shortcuts and we have listed all of them below. LSP --- Shift + K hover information (double tap to get inside) Shift + K then K move cursor inside K window G then D go to definition G then Shift + D go to declaration G then R go to references G then L go to implementation G then S show signature help G then L show line diagnostics G then L then G then L move cursor inside gl diagnostics window Editing ------- / Comment G then B block comment Meta + K move line(s) up Meta + J move line(s) down Completion ---------- Ctrl + Space show completion menu Enter Confirm Ctrl + Y Confirm Ctrl + E abort Ctrl + K select previous item Up arrow select previous item Tab select previous item Ctrl + J select next item Down arrow select next item Shift + Tab select next item Ctrl + D scroll docs up Ctrl + F scroll docs down Enter jump to next jumpable in a snippet Tab jump to next jumpable in a snippet Shift + Tab jump to previous jumpable in a snippet Windows ------- Ctrl + J go to left window Ctrl + J go to lower window Ctrl + K go to upper window Ctrl + L go to right window Ctrl + Up arrow decrease window height Ctrl + Down arrow increase window height Ctrl + Left arrow decrease window width Ctrl + Right arrow increase window width Miscellaneous ------------- Lc Edit config.lua h Clear search highlighting sh Search through :help sr Open recent files pS List of installed plugins Last modified on (UTC): Thursday, February 1, 2024 Defkey © All rights reserved.