add hotkey and unify config naming to snake_case

BREAKING CHANGE: The configuration option `pageSize` has been renamed to `page_size` to maintain a consistent style. Users need to update their personal configurations.
This commit is contained in:
Elflare
2025-07-08 09:53:38 +08:00
parent cb9fadd5eb
commit f5c87ad10a
4 changed files with 42 additions and 21 deletions

View File

@@ -4,7 +4,7 @@ M.config = {
host = nil,
token = nil,
auto_save = false,
pageSize = 50,
page_size = 50,
keymaps = {
start_memos = "<leader>mm",
-- 在列表窗口中的快捷键