January 2026

Use the Controls (CTRL) Key in a Neovim Keyboard Hotkey Mapping

vim.keymap.set('n', '<leader>u', '<C-w>w', { desc = "Swtich between split windows" })
end of line