refactor: remove hardcoded closing keymaps on the terminal buffer

This commit is contained in:
NicolasGB
2025-11-23 16:34:42 +01:00
committed by Nicolas GB
parent a96a5c7849
commit 050608c2cc
3 changed files with 5 additions and 20 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ function M.log_keymaps()
},
}
return cmd.resolve_keymaps_from_specs(cfg, specs)
return cmd.merge_keymaps(cmd.resolve_keymaps_from_specs(cfg, specs), cmd.close_keymaps())
end
return M