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:
@@ -4,7 +4,7 @@ M.config = {
|
||||
host = nil,
|
||||
token = nil,
|
||||
auto_save = false,
|
||||
pageSize = 50,
|
||||
page_size = 50,
|
||||
keymaps = {
|
||||
start_memos = "<leader>mm",
|
||||
-- 在列表窗口中的快捷键
|
||||
|
||||
Reference in New Issue
Block a user