changes
This commit is contained in:
parent
45bb16f283
commit
33094f882b
3 changed files with 33 additions and 28 deletions
|
|
@ -1,5 +1,8 @@
|
|||
local keybinds = {
|
||||
vim.api.nvim_set_keymap('n', ';', ':', { noremap = true }),
|
||||
vim.cmd 'command! QQ q!',
|
||||
vim.cmd 'command! Q q',
|
||||
vim.cmd 'command! WQ wq',
|
||||
}
|
||||
|
||||
return keybinds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue