Quick Start
2026
Neovim
Reload Config
:source %
Reload Plugin
:Lazy reload telescope.nvim
Navigation
vim.opt.relativenumer = true
Move cursor by lines:
2k: 2 lines upper.
2j: 2 lines bottom.
Comment
Current line.
gcc
gc + moving
gc2j
gck
gcG
Surround
ysiw"
ds"
cs"'