Skip to content

Commit 35c6fde

Browse files
committed
SPC qq
1 parent b91a90c commit 35c6fde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ vim.keymap.set('n', '<C-j>', '<C-w><C-j>', { desc = 'Move focus to the lower win
159159
vim.keymap.set('n', '<C-k>', '<C-w><C-k>', { desc = 'Move focus to the upper window' })
160160

161161
vim.keymap.set('n', '<leader>fs', '<cmd>:w<CR>', { desc = '[F]ile [S]ave' })
162+
vim.keymap.set('n', '<leader>qq', '<cmd>:q<CR>', { desc = '[Q]uit [Q]uit' })
162163

163164
-- clangd is set up differently than all of the other LSPs due to
164165
-- https://github.com/mason-org/mason.nvim/issues/1578?

0 commit comments

Comments
 (0)