mirror of
https://github.com/zoriya/jj.nvim.git
synced 2026-08-15 23:53:18 +00:00
refactor: remove hardcoded closing keymaps on the terminal buffer
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user