feat: remapped C-q to C-S-q
This commit is contained in:
parent
b8f61633c5
commit
62d5562750
2 changed files with 2 additions and 2 deletions
2
init.lua
2
init.lua
|
|
@ -85,7 +85,7 @@ vim.keymap.set('n', '<C-j>', '<C-w><C-j>', { desc = 'Move focus to the lower win
|
||||||
vim.keymap.set('n', '<C-k>', '<C-w><C-k>', { desc = 'Move focus to the upper window' })
|
vim.keymap.set('n', '<C-k>', '<C-w><C-k>', { desc = 'Move focus to the upper window' })
|
||||||
|
|
||||||
-- My keybinds
|
-- My keybinds
|
||||||
vim.keymap.set('n', '<C-q>', '<cmd>wqa<CR>')
|
vim.keymap.set('n', '<C-S-q>', '<cmd>wqa<CR>')
|
||||||
vim.keymap.set('n', '<C-a>', '<cmd>w<CR>')
|
vim.keymap.set('n', '<C-a>', '<cmd>w<CR>')
|
||||||
vim.keymap.set('n', '<leader>f', vim.lsp.buf.format)
|
vim.keymap.set('n', '<leader>f', vim.lsp.buf.format)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,6 @@ return {
|
||||||
"rcarriga/nvim-notify",
|
"rcarriga/nvim-notify",
|
||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
lang="go"
|
lang="Go"
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue