up
This commit is contained in:
12
lua/custom/keymaps/general.lua
Normal file
12
lua/custom/keymaps/general.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
-- General mappings
|
||||
--
|
||||
|
||||
local wk = require 'which-key'
|
||||
|
||||
wk.add {
|
||||
mode = { 'n', 'v', 'i' },
|
||||
{ '<leader>q', '<CMD>qall<CR>', desc = 'Quitter', silent = true },
|
||||
}
|
||||
|
||||
-- The line beneath this is called `modeline`. See `:help modeline`
|
||||
-- vim: ts=2 sts=2 sw=2 et
|
||||
Reference in New Issue
Block a user