add some bugs
This commit is contained in:
parent
0a859f314e
commit
2113b33a58
4 changed files with 62 additions and 9 deletions
|
|
@ -20,6 +20,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' })
|
||||
|
||||
-- Add any other general-purpose keymaps you want here
|
||||
vim.keymap.set('n', '
|
||||
|
||||
-- Standard practice for Lua modules that don't need to return complex data
|
||||
return {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue