Reference:
For more shortcuts, please visit: Shortcuts - NVim
<C-o>
: back to previous space
:bp
: previous buffer:bn
: next buffer:b init.lua
: open buffers:e init.lua
: open files
<C-w> <arrow>
: switch bewteen windows
<A-m>
: nvim-tree<C-p>
: telescope, find files<C-f>
: telescope, live grepgc
: comment lines
<zc>
: fold close<zo>
: fold open
gd
: jump to definition